BrowscapPHPTest\Helper\LoggerHelperTest::testCreate PHP 메소드

testCreate() 공개 메소드

public testCreate ( )
    public function testCreate()
    {
        $helper = new LoggerHelper();
        self::assertInstanceOf('\\Monolog\\Logger', $helper->create());
    }