markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Transaction\MassController::massDestroy * @todo Implement testMassDestroy(). */ public function testMassDestroy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Transaction\MassController::massEdit * @todo Implement testMassEdit(). */ public function testMassEdit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Transaction\MassController::massUpdate * @todo Implement testMassUpdate(). */ public function testMassUpdate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }