Go\Core\AdviceMatcherTest::testGetEmptyAdvicesForClass PHP 메소드

testGetEmptyAdvicesForClass() 공개 메소드

Verifies that empty result will be returned without aspects and advisors
    public function testGetEmptyAdvicesForClass()
    {
        // by reflection
        $advices = $this->adviceMatcher->getAdvicesForClass($this->reflectionClass, []);
        $this->assertEmpty($advices);
    }