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

testLoggerAdapterFileNoticeNumberOfMessagesLogged() public method

Tests how many lines the file has on creation with notice()
Since: 2014-09-13
Author: Nikos Dimopoulos ([email protected])
    public function testLoggerAdapterFileNoticeNumberOfMessagesLogged()
    {
        $this->specify("Notice log does not contain correct number of messages", function () {
            $this->numberOfMessagesLogged('notice');
        });
    }
FileTest