/** * Method to test {{ origin.method }}(). * * @return void * * @covers {{ origin.class.name }}::{{ origin.method }} * @TODO Implement test{{ test.method }}(). */ public function test{{ test.method }}() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }