mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
273 lines
7.9 KiB
PHP
273 lines
7.9 KiB
PHP
<?php
|
|
use FireflyIII\Repositories\Budget\BudgetRepository;
|
|
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2015-05-05 at 19:16:07.
|
|
*/
|
|
class BudgetRepositoryTest extends TestCase
|
|
{
|
|
/**
|
|
* @var BudgetRepository
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* Sets up the fixture, for example, opens a network connection.
|
|
* This method is called before a test is executed.
|
|
*/
|
|
public function setUp()
|
|
{
|
|
$this->object = new BudgetRepository;
|
|
parent::setUp();
|
|
}
|
|
|
|
/**
|
|
* Tears down the fixture, for example, closes a network connection.
|
|
* This method is called after a test is executed.
|
|
*/
|
|
public function tearDown()
|
|
{
|
|
parent::tearDown();
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::cleanupBudgets
|
|
* @todo Implement testCleanupBudgets().
|
|
*/
|
|
public function testCleanupBudgets()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::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\Repositories\Budget\BudgetRepository::expensesOnDay
|
|
* @todo Implement testExpensesOnDay().
|
|
*/
|
|
public function testExpensesOnDay()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getActiveBudgets
|
|
* @todo Implement testGetActiveBudgets().
|
|
*/
|
|
public function testGetActiveBudgets()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getBudgetLimitRepetitions
|
|
* @todo Implement testGetBudgetLimitRepetitions().
|
|
*/
|
|
public function testGetBudgetLimitRepetitions()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getBudgetLimits
|
|
* @todo Implement testGetBudgetLimits().
|
|
*/
|
|
public function testGetBudgetLimits()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getBudgets
|
|
* @todo Implement testGetBudgets().
|
|
*/
|
|
public function testGetBudgets()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getCurrentRepetition
|
|
* @todo Implement testGetCurrentRepetition().
|
|
*/
|
|
public function testGetCurrentRepetition()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getFirstBudgetLimitDate
|
|
* @todo Implement testGetFirstBudgetLimitDate().
|
|
*/
|
|
public function testGetFirstBudgetLimitDate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getInactiveBudgets
|
|
* @todo Implement testGetInactiveBudgets().
|
|
*/
|
|
public function testGetInactiveBudgets()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getJournals
|
|
* @todo Implement testGetJournals().
|
|
*/
|
|
public function testGetJournals()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getLastBudgetLimitDate
|
|
* @todo Implement testGetLastBudgetLimitDate().
|
|
*/
|
|
public function testGetLastBudgetLimitDate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getLimitAmountOnDate
|
|
* @todo Implement testGetLimitAmountOnDate().
|
|
*/
|
|
public function testGetLimitAmountOnDate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getWithoutBudget
|
|
* @todo Implement testGetWithoutBudget().
|
|
*/
|
|
public function testGetWithoutBudget()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::getWithoutBudgetSum
|
|
* @todo Implement testGetWithoutBudgetSum().
|
|
*/
|
|
public function testGetWithoutBudgetSum()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::spentInMonth
|
|
* @todo Implement testSpentInMonth().
|
|
*/
|
|
public function testSpentInMonth()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::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\Repositories\Budget\BudgetRepository::sumBudgetExpensesInPeriod
|
|
* @todo Implement testSumBudgetExpensesInPeriod().
|
|
*/
|
|
public function testSumBudgetExpensesInPeriod()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Repositories\Budget\BudgetRepository::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\Repositories\Budget\BudgetRepository::updateLimitAmount
|
|
* @todo Implement testUpdateLimitAmount().
|
|
*/
|
|
public function testUpdateLimitAmount()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
}
|