diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 20d82b63..54da2818 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ - + tests/Monolog/ diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..fedc5caf --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,9 @@ += 70400) { + error_reporting(E_ALL & ~E_DEPRECATED); +} else { + error_reporting(E_ALL); +} + +include __DIR__.'/../vendor/autoload.php'; \ No newline at end of file