Phalcon\Test\Unit\Logger\Adapter\FileTest::testLoggerAdapterFileNoticeCreationOfLogFile PHP Method

testLoggerAdapterFileNoticeCreationOfLogFile() public method

Tests the creation of the log file with notice()
Since: 2014-09-13
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileNoticeCreationOfLogFile()
    {
        $this->specify("Notice file was not correctly created", function () {
            $this->createOfLogFile('notice');
        });
    }
FileTest