Vyacheslav Agafonov 13 years ago
parent
commit
64cb6f3f12
  1. 5
      tests/logger/FileLoggerTest.php

5
tests/logger/FileLoggerTest.php

@ -48,11 +48,6 @@ class FileLoggerTest extends PHPUnit_Framework_TestCase
$this->assertInstanceOf('FileLogger', $logger);
}
/**
* @runInSeparateProcess
* @expected Exception GeneralException
* @expected ExceptionMessage Could not open file /log.txt
*/
public function testCannotWrite()
{
if (!defined('DEBUG')) {

Loading…
Cancel
Save