Removing annotated @expectedExceptionMessage

This commit is contained in:
Vyacheslav Agafonov
2011-12-01 19:45:15 +04:00
parent 417c58d20a
commit 64cb6f3f12

View File

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