getInvoker() ->getStatic() ->getMethods() ->call( 'main', [] ); $result = Output::getHeapspace(); $this->assertEquals( 'Called Static Method AND Called Dynamic Method', $result ); } }