markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers HomeController::index * @todo Implement testIndex(). */ public function testIndex() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers HomeController::rangeJump * @todo Implement testRangeJump(). */ public function testRangeJump() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers HomeController::sessionNext * @todo Implement testSessionNext(). */ public function testSessionNext() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers HomeController::sessionPrev * @todo Implement testSessionPrev(). */ public function testSessionPrev() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }