Vyacheslav Agafonov 13 years ago
parent
commit
3a79d203c7
  1. 3
      tests/logger/FileLoggerTest.php

3
tests/logger/FileLoggerTest.php

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

Loading…
Cancel
Save