markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::logout * @todo Implement testLogout(). */ public function testLogout() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::postLogin * @todo Implement testPostLogin(). */ public function testPostLogin() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::postRegister * @todo Implement testPostRegister(). */ public function testPostRegister() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::postRemindme * @todo Implement testPostRemindme(). */ public function testPostRemindme() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::register * @todo Implement testRegister(). */ public function testRegister() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::remindme * @todo Implement testRemindme(). */ public function testRemindme() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers UserController::reset * @todo Implement testReset(). */ public function testReset() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }