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);
    }