- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
Latest commit
19 lines (16 loc) · 508 Bytes
/
Copy pathphpunit.xml.dist
File metadata and controls
19 lines (16 loc) · 508 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="tests/bootstrap.php"colors="true"beStrictAboutTestsThatDoNotTestAnything="false">
<testsuites>
<testsuitename="Monolog Test Suite">
<directory>tests/Monolog/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directorysuffix=".php">src/Monolog/</directory>
</whitelist>
</filter>
<php>
<ininame="date.timezone"value="UTC"/>
</php>
</phpunit>