phprs\util\MetaInfo::testAnnotation PHP Метод

testAnnotation() статический публичный Метод

static public testAnnotation ( )
    static function testAnnotation()
    {
        Verify::isTrue(count(self::get(new AnnotationTest(), true)), 'Annotation dose not work! If opcache is enable, please set opcache.save_comments=1 and opcache.load_comments=1');
    }