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

testLoggerAdapterFileInfoNumberOfMessagesLogged() public method

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