Some new tests and fixings
This commit is contained in:
@@ -121,7 +121,7 @@ class StreamLoggerTest extends AbstractLoggerTest
|
||||
*/
|
||||
public function testWrongDir()
|
||||
{
|
||||
$logger = new StreamLogger('test', '/a/wrong/directory/file.txt', $this->introspection);
|
||||
$logger = new StreamLogger('test', '/$%/wrong/directory/file.txt', $this->introspection);
|
||||
|
||||
$logger->emergency('not working');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user