markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::delete * Implement testDelete(). */ public function testDelete() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::destroy * Implement testDestroy(). */ public function testDestroy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::down * Implement testDown(). */ public function testDown() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::edit * Implement testEdit(). */ public function testEdit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::index * Implement testIndex(). */ public function testIndex() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::reorderRuleActions * Implement testReorderRuleActions(). */ public function testReorderRuleActions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::reorderRuleTriggers * Implement testReorderRuleTriggers(). */ public function testReorderRuleTriggers() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::store * Implement testStore(). */ public function testStore() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::testTriggers * Implement testTestTriggers(). */ public function testTestTriggers() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::up * Implement testUp(). */ public function testUp() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\RuleController::update * Implement testUpdate(). */ public function testUpdate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } }