Cascade\Tests\Config\Loader\ClassLoader\FormatterLoaderTest::testHandlersExist PHP 메소드

testHandlersExist() 공개 메소드

Test that handlers exist
public testHandlersExist ( )
    public function testHandlersExist()
    {
        $this->assertTrue(count(FormatterLoader::$extraOptionHandlers) > 0);
    }