<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="Twig Test Suite"> <directory>./tests/</directory> </testsuite> </testsuites> <php> <ini name="error_reporting" value="-1" /> <ini name="xdebug.overload_var_dump" value="0" /> </php> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> </listeners> <filter> <whitelist> <directory suffix=".php">./src/</directory> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
ext | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 224 B | 0644 |
|
.gitattributes | File | 96 B | 0644 |
|
.gitignore | File | 96 B | 0644 |
|
.php-cs-fixer.dist.php | File | 795 B | 0644 |
|
.php_cs.dist | File | 799 B | 0644 |
|
.travis.yml | File | 1004 B | 0644 |
|
CHANGELOG | File | 15.28 KB | 0644 |
|
LICENSE | File | 1.48 KB | 0644 |
|
README.rst | File | 741 B | 0644 |
|
composer.json | File | 1.33 KB | 0644 |
|
drupal_test.sh | File | 1.6 KB | 0644 |
|
phpunit.xml.dist | File | 831 B | 0644 |
|