lithium\tests\cases\analysis\logger\adapter\FirePhpTest::testConstruct PHP Метод

testConstruct() публичный Метод

Test the initialization of the FirePhp log adapter.
public testConstruct ( )
    public function testConstruct()
    {
        $expected = array('init' => true);
        $this->assertEqual($expected, $this->firephp->_config);
    }