Go\Core\AdviceMatcherTest::testGetEmptyAdvicesForClass PHP Méthode

testGetEmptyAdvicesForClass() public méthode

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