%PDF- %PDF-
Direktori : /var/www/html/diaspora/api_production/vendor/maatwebsite/excel/ |
Current File : /var/www/html/diaspora/api_production/vendor/maatwebsite/excel/phpunit.xml.dist |
<?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" stopOnFailure="false" > <php> <env name="DB_HOST" value="127.0.0.1"/> <env name="DB_PORT" value="3306"/> <env name="DB_DATABASE" value="laravel_excel"/> <env name="DB_USERNAME" value="root"/> <env name="DB_PASSWORD" value=""/> </php> <testsuites> <testsuite name="Package Test Suite"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>