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

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

This commit is contained in:
Eric Clemmons
2011-04-23 15:34:29 -07:00
parent 12ab07447d
commit 6f2c1682a7

View File

@@ -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>