markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::create * Implement testCreate(). */ public function testCreate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::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\BudgetController::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\BudgetController::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\BudgetController::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\BudgetController::noBudget * Implement testNoBudget(). */ public function testNoBudget() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::postUpdateIncome * Implement testPostUpdateIncome(). */ public function testPostUpdateIncome() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::show * Implement testShow(). */ public function testShow() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::showByRepetition * Implement testShowByRepetition(). */ public function testShowByRepetition() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::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\BudgetController::update * Implement testUpdate(). */ public function testUpdate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\BudgetController::updateIncome * Implement testUpdateIncome(). */ public function testUpdateIncome() { // 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() { } }