Example #1
0
 public function testStartLine()
 {
     $reflectionMethod = new Zend_Reflection_Method('Zend_Reflection_TestSampleClass5', 'doSomething');
     $this->assertEquals($reflectionMethod->getStartLine(), 106);
     $this->assertEquals($reflectionMethod->getStartLine(true), 90);
 }