saySomethingSmart() public method

public saySomethingSmart ( ) : string
return string
 /**
  * @test
  */
 public function anAdvicedParentMethodIsCalledCorrectlyIfANonAdvicedOverridingMethodCallsIt()
 {
     $targetClass = new Fixtures\ChildClassOfTargetClass01();
     $this->assertEquals('Two plus two makes five! For big twos and small fives! That was smart, eh?', $targetClass->saySomethingSmart());
 }