1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-01 09:03:02 +02:00

make compatible to phpunit 6

This commit is contained in:
DQNEO
2018-04-02 00:54:21 +09:00
parent a3388569cd
commit 39f464bd58
6 changed files with 18 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<phpunit bootstrap="tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false">
<testsuites>
<testsuite name="Monolog Test Suite">
<directory>tests/Monolog/</directory>