markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Auth\RegisterController::showRegistrationForm * @todo Implement testShowRegistrationForm(). */ public function testShowRegistrationForm() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Auth\RegisterController::redirectPath * @todo Implement testRedirectPath(). */ public function testRedirectPath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }