markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByBudget * Implement testExpenseByBudget(). */ public function testExpenseByBudget() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::expenseByCategory * Implement testExpenseByCategory(). */ public function testExpenseByCategory() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::frontpage * Implement testFrontpage(). */ public function testFrontpage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::incomeByCategory * Implement testIncomeByCategory(). */ public function testIncomeByCategory() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::report * Implement testReport(). */ public function testReport() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::revenueAccounts * Implement testRevenueAccounts(). */ public function testRevenueAccounts() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::single * Implement testSingle(). */ public function testSingle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Http\Controllers\Chart\AccountController::specificPeriod * Implement testSpecificPeriod(). */ public function testSpecificPeriod() { // 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() { } }