1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-22 21:03:37 +02:00

Various minor changes to docs (#1468)

* Various minor changes to docs

* Revert failOnRisk and failOnWarning
This commit is contained in:
Mponos George
2020-06-02 11:06:18 +03:00
committed by GitHub
parent 38914429aa
commit b132524d9d
4 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false">
<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>