mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 11:26:09 +01:00
Added processIsolation flag to PHPUnit so headers_sent() begins as false for each test
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<phpunit bootstrap="tests/bootstrap.php">
|
||||
<phpunit bootstrap="tests/bootstrap.php"
|
||||
processIsolation="true">
|
||||
<testsuites>
|
||||
<testsuite name="Monolog Test Suite">
|
||||
<directory>tests/Monolog/</directory>
|
||||
|
||||
Reference in New Issue
Block a user