getInvoker() ->getStatic() ->getMethods() ->call($method); } public function testParameterWithLambdaSyntax() { $this->call( 'testParameterWithLambdaSyntax' ); $result = Output::getHeapspace(); $this->assertEquals("Hello World!\n", $result); } }