4-move-modules-folder-up (#4)

Files were moved to /modules/ and tests config were changed too.
This commit is contained in:
2019-04-29 11:46:33 +00:00
committed by Gitea
parent 9afa848864
commit e945325c63
10 changed files with 24 additions and 11 deletions

View File

@ -41,7 +41,15 @@ final class LoggerTest extends TestCase
));
$this->assertStringEqualsFile(
$this->file,
"[Alert]: " . (new \DateTime())->format("Y-m-d H:i:s") . " test\n[Alert]: " . (new \DateTime())->format("Y-m-d H:i:s") . " 0 " . $exception->getFile() . "[Exception] 0 " . $exception->getMessage() . "\n"
"[Alert]: " .
(new \DateTime())->format("Y-m-d H:i:s") .
" test\n[Alert]: " .
(new \DateTime())->format("Y-m-d H:i:s") .
" 0 " .
$exception->getFile() .
"[Exception] 0 " .
$exception->getMessage() .
"\n"
);
}