17 $this->assertEquals(
'WfGetCallerTest::testOne', self::callerOne() );
29 $this->assertEquals(
'WfGetCallerTest::testTwo', self::intermediateFunction() );
33 $this->assertEquals(
'WfGetCallerTest::testN', self::intermediateFunction( 2, 0 ) );
34 $this->assertEquals(
'WfGetCallerTest::intermediateFunction', self::intermediateFunction( 1, 0 ) );
36 for ( $i = 0; $i < 10; $i++ ) {
37 $this->assertEquals(
'WfGetCallerTest::intermediateFunction', self::intermediateFunction( $i + 1, $i ) );