Go\Core\AdviceMatcherTest::testGetEmptyAdvicesForClass PHP Method

testGetEmptyAdvicesForClass() public method

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