Esempio n. 1
0
    public function testStartLine()
    {
        $reflectionMethod = new MethodReflection('ZendTest\Code\Reflection\TestAsset\TestSampleClass5', 'doSomething');

        $this->assertEquals(35, $reflectionMethod->getStartLine());
        $this->assertEquals(19, $reflectionMethod->getStartLine(true));
    }