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

testLoggerAdapterFileDebugNumberOfMessagesLogged() public method

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