Some new tests and fixings

This commit is contained in:
Philipp Holzer 2019-09-23 15:23:09 +02:00
parent 0823f4d72d
commit e3e3c1ef28
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 187 additions and 42 deletions

View file

@ -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');
}