/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
monolog
/
monolog
/
Upload File
HOME
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false" > <testsuites> <testsuite name="Monolog Test Suite"> <directory>tests/Monolog/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/Monolog/</directory> </whitelist> </filter> <php> <ini name="date.timezone" value="UTC"/> </php> </phpunit>