mirror of
https://github.com/friendica/friendica
synced 2025-04-30 17:04:23 +02:00
Some new tests and fixings
This commit is contained in:
parent
0823f4d72d
commit
e3e3c1ef28
4 changed files with 187 additions and 42 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue