CacheLogEnumTest::testEnum PHP Method

testEnum() public method

public testEnum ( )
    public function testEnum()
    {
        $this->assertGreaterThan(0, count(Cachearium\CacheLogEnum::getNames()));
    }
CacheLogEnumTest