mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:10:11 +00:00
enable codecov
This commit is contained in:
parent
e3e3c1ef28
commit
c65d574ac3
4 changed files with 16 additions and 4 deletions
|
@ -121,6 +121,8 @@ class StreamLoggerTest extends AbstractLoggerTest
|
|||
*/
|
||||
public function testWrongDir()
|
||||
{
|
||||
$this->markTestIncomplete('We need a platform independent way to set directory to readonly');
|
||||
|
||||
$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