BrowscapPHPTest\Helper\LoggerHelperTest::testCreate PHP Méthode

testCreate() public méthode

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