Example #1
0
 public function testStartLine()
 {
     $reflectionMethod = new Reflection\ReflectionMethod('ZendTest\\Reflection\\TestAsset\\TestSampleClass5', 'doSomething');
     $this->assertEquals($reflectionMethod->getStartLine(), 35);
     $this->assertEquals($reflectionMethod->getStartLine(true), 19);
 }