| .. | |||||
| build | |||||
| languages | |||||
| public | |||||
| scripts | |||||
| vendor | |||||
| changelog.txt | |||||
| leadin.php | |||||
| license.txt | |||||
| package.json | |||||
| phpunit.xml.dist | |||||
| readme.md | |||||
| readme.txt | |||||
| uninstall.php |
<?xml version="1.0"?> <phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" > <testsuites> <testsuite name="Leadin"> <directory prefix="test-" suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>
| .. | |||||
| build | |||||
| languages | |||||
| public | |||||
| scripts | |||||
| vendor | |||||
| changelog.txt | |||||
| leadin.php | |||||
| license.txt | |||||
| package.json | |||||
| phpunit.xml.dist | |||||
| readme.md | |||||
| readme.txt | |||||
| uninstall.php |