1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 21:26:43 +02:00

Revert "Added processIsolation flag to PHPUnit so headers_sent() begins as false for each test"

This reverts commit 6f2c1682a7.
This commit is contained in:
Jordi Boggiano
2011-04-25 15:41:58 +02:00
parent 275084d5d7
commit a0b8f75b2b

View File

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