Return annotated @runInSeparateProcess

This commit is contained in:
Vyacheslav Agafonov
2011-12-02 17:03:45 +04:00
parent d0ed66bc73
commit 3a79d203c7

View File

@ -48,6 +48,9 @@ class FileLoggerTest extends PHPUnit_Framework_TestCase
$this->assertInstanceOf('FileLogger', $logger);
}
/**
* @runInSeparateProcess
*/
public function testCannotWrite()
{
if (!defined('DEBUG')) {