Some new tests and fixings
This commit is contained in:
parent
0823f4d72d
commit
e3e3c1ef28
4 changed files with 187 additions and 42 deletions
|
@ -23,6 +23,7 @@ trait VFSTrait
|
|||
'bin' => [],
|
||||
'static' => [],
|
||||
'test' => [],
|
||||
'logs' => [],
|
||||
];
|
||||
|
||||
// create a virtual directory and copy all needed files and folders to it
|
||||
|
|
|
@ -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