관리-도구
편집 파일: phpunit.xml.dist.tar
home/tattooscyy/www/vendor/symfony/routing/phpunit.xml.dist 0000604 00000001502 15224665314 0020407 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/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 Routing Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit> home/tattooscyy/www/vendor/hamcrest/hamcrest-php/tests/phpunit.xml.dist 0000604 00000001210 15224671362 0022553 0 ustar 00 <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap.php" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="hamcrest-php"> <directory suffix="Test.php">.</directory> </testsuite> </testsuites> <filter> <whitelist addUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../hamcrest</directory> </whitelist> </filter> </phpunit> home/tattooscyy/test/vendor/phpspec/prophecy/phpunit.xml.dist 0000777 00000001153 15224707067 0020661 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="PhpSpec Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./src/</directory> </whitelist> </filter> </phpunit> home/tattooscyy/test/vendor/nikic/php-parser/phpunit.xml.dist 0000777 00000001266 15224710177 0020545 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="./test/bootstrap.php"> <testsuites> <testsuite name="PHPParser Test Suite"> <directory>./test/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./lib/PhpParser/</directory> </whitelist> </filter> </phpunit> home/tattooscyy/www/vendor/swiftmailer/swiftmailer/phpunit.xml.dist 0000604 00000002440 15224716345 0022073 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="tests/bootstrap.php" > <php> <ini name="intl.default_locale" value="en"/> <ini name="intl.error_level" value="0"/> <ini name="memory_limit" value="-1"/> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="SwiftMailer unit tests"> <directory>tests/unit</directory> </testsuite> <testsuite name="SwiftMailer acceptance tests"> <directory>tests/acceptance</directory> </testsuite> <testsuite name="SwiftMailer bug"> <directory>tests/bug</directory> </testsuite> <testsuite name="SwiftMailer smoke tests"> <directory>tests/smoke</directory> </testsuite> </testsuites> <listeners> <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" /> <listener class="Mockery\Adapter\Phpunit\TestListener" /> </listeners> </phpunit> home/tattooscyy/www/vendor/fzaninotto/faker/phpunit.xml.dist 0000604 00000000411 15224717205 0020472 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Faker Test Suite"> <directory>./test/Faker/</directory> </testsuite> </testsuites> </phpunit> home/tattooscyy/test/vendor/laravel/socialite/phpunit.xml.dist 0000777 00000001156 15224720517 0020766 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" syntaxCheck="true" verbose="true" > <testsuites> <testsuite name="Package Test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit> home/tattooscyy/api/vendor/symfony/mime/phpunit.xml.dist 0000604 00000001562 15224730567 0017605 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/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 MIME Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit> home/tattooscyy/www/vendor/symfony/yaml/phpunit.xml.dist 0000604 00000001477 15224736322 0017673 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/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 Yaml Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit> home/tattooscyy/test/vendor/dompdf/dompdf/phpunit.xml.dist 0000777 00000001011 15224746306 0020100 0 ustar 00 <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="Dompdf Test Suite"> <directory>./tests/Dompdf/</directory> </testsuite> </testsuites> </phpunit>