mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-06-27 15:39:19 +00:00
4-move-modules-folder-up (#4)
Files were moved to /modules/ and tests config were changed too.
This commit is contained in:
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user