<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Symfony String Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <coverage> <include> <directory>./</directory> </include> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </coverage> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Inflector | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Slugger | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitattributes | File | 211 B | 0644 |
|
.gitignore | File | 37 B | 0644 |
|
AbstractString.php | File | 19.3 KB | 0644 |
|
AbstractUnicodeString.php | File | 26.55 KB | 0644 |
|
ByteString.php | File | 14.8 KB | 0644 |
|
CHANGELOG.md | File | 930 B | 0644 |
|
CodePointString.php | File | 7.79 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
LazyString.php | File | 4.41 KB | 0644 |
|
README.md | File | 569 B | 0644 |
|
UnicodeString.php | File | 12.28 KB | 0644 |
|
composer.json | File | 1.37 KB | 0644 |
|
phpunit.xml.dist | File | 847 B | 0644 |
|