/**
  * Tests if multiple around advices with the same name, but from different aspects can be used with one central pointcut
  *
  * @return void
  */
 public function testMultipleAroundAdvicesForOnePointcut()
 {
     $this->assertEquals(3, $this->testClass->iHaveTwoAroundAdvicesIncrementingMyResult());
 }