mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
187 lines
4.9 KiB
PHP
187 lines
4.9 KiB
PHP
![]() |
<?php
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Generated by PHPUnit_SkeletonGenerator on 2016-11-19 at 19:28:39.
|
||
|
*/
|
||
|
class BudgetControllerTest extends TestCase
|
||
|
{
|
||
|
/**
|
||
|
* @var BudgetController
|
||
|
*/
|
||
|
protected $object;
|
||
|
|
||
|
/**
|
||
|
* Sets up the fixture, for example, opens a network connection.
|
||
|
* This method is called before a test is executed.
|
||
|
*/
|
||
|
public function setUp()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* Tears down the fixture, for example, closes a network connection.
|
||
|
* This method is called after a test is executed.
|
||
|
*/
|
||
|
protected function tearDown()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @covers FireflyIII\Http\Controllers\BudgetController::amount
|
||
|
* @todo Implement testAmount().
|
||
|
*/
|
||
|
public function testAmount()
|
||
|
{
|
||
|
// Remove the following lines when you implement this test.
|
||
|
$this->markTestIncomplete(
|
||
|
'This test has not been implemented yet.'
|
||
|
);
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @covers FireflyIII\Http\Controllers\BudgetController::create
|
||
|
* @todo 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
|
||
|
* @todo 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
|
||
|
* @todo 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
|
||
|
* @todo 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
|
||
|
* @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 FireflyIII\Http\Controllers\BudgetController::noBudget
|
||
|
* @todo 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
|
||
|
* @todo 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
|
||
|
* @todo 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::showWithRepetition
|
||
|
* @todo Implement testShowWithRepetition().
|
||
|
*/
|
||
|
public function testShowWithRepetition()
|
||
|
{
|
||
|
// Remove the following lines when you implement this test.
|
||
|
$this->markTestIncomplete(
|
||
|
'This test has not been implemented yet.'
|
||
|
);
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
* @covers FireflyIII\Http\Controllers\BudgetController::store
|
||
|
* @todo 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
|
||
|
* @todo 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
|
||
|
* @todo Implement testUpdateIncome().
|
||
|
*/
|
||
|
public function testUpdateIncome()
|
||
|
{
|
||
|
// Remove the following lines when you implement this test.
|
||
|
$this->markTestIncomplete(
|
||
|
'This test has not been implemented yet.'
|
||
|
);
|
||
|
}
|
||
|
}
|