Cascade\Tests\Config\Loader\ClassLoader\FormatterLoaderTest::testHandlersExist PHP Method

testHandlersExist() public method

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