sayHello() 공개 메소드

public sayHello ( ) : string
리턴 string
 /**
  * @test
  */
 public function advicesAreExecutedAgainIfAnOverriddenMethodCallsItsParentMethod()
 {
     $targetClass = new Fixtures\ChildClassOfTargetClass01();
     $this->assertEquals('Greetings, I just wanted to say: Hello World World', $targetClass->sayHello());
 }