1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 10:50:21 +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

1
.gitattributes vendored
View File

@@ -2,3 +2,4 @@
/tests export-ignore
/.* export-ignore
/phpunit.xml.dist export-ignore
/UPGRADE.md

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ composer.lock
.DS_Store
.php_cs.cache
.hg
.phpunit.result.cache

View File

@@ -97,7 +97,7 @@ See also the list of [contributors](https://github.com/Seldaek/monolog/contribut
### License
Monolog is licensed under the MIT License - see the `LICENSE` file for details
Monolog is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
### Acknowledgements

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>