mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
223 lines
6.2 KiB
PHP
223 lines
6.2 KiB
PHP
<?php
|
|
use FireflyIII\Collection\PiggyBankPart;
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2014-12-20 at 06:56:52.
|
|
*/
|
|
class PiggyBankPartTest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @var PiggyBankPart
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* Sets up the fixture, for example, opens a network connection.
|
|
* This method is called before a test is executed.
|
|
*/
|
|
protected function setUp()
|
|
{
|
|
$this->object = new PiggyBankPart;
|
|
}
|
|
|
|
/**
|
|
* Tears down the fixture, for example, closes a network connection.
|
|
* This method is called after a test is executed.
|
|
*/
|
|
protected function tearDown()
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getReminder
|
|
* @todo Implement testGetReminder().
|
|
*/
|
|
public function testGetReminder()
|
|
{
|
|
$this->object->getReminder();
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setReminder
|
|
* @todo Implement testSetReminder().
|
|
*/
|
|
public function testSetReminder()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getStartdate
|
|
* @todo Implement testGetStartdate().
|
|
*/
|
|
public function testGetStartdate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setStartdate
|
|
* @todo Implement testSetStartdate().
|
|
*/
|
|
public function testSetStartdate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getTargetdate
|
|
* @todo Implement testGetTargetdate().
|
|
*/
|
|
public function testGetTargetdate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setTargetdate
|
|
* @todo Implement testSetTargetdate().
|
|
*/
|
|
public function testSetTargetdate()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getRepetition
|
|
* @todo Implement testGetRepetition().
|
|
*/
|
|
public function testGetRepetition()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setRepetition
|
|
* @todo Implement testSetRepetition().
|
|
*/
|
|
public function testSetRepetition()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::hasReminder
|
|
* @todo Implement testHasReminder().
|
|
*/
|
|
public function testHasReminder()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::percentage
|
|
* @todo Implement testPercentage().
|
|
*/
|
|
public function testPercentage()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getCurrentamount
|
|
* @todo Implement testGetCurrentamount().
|
|
*/
|
|
public function testGetCurrentamount()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setCurrentamount
|
|
* @todo Implement testSetCurrentamount().
|
|
*/
|
|
public function testSetCurrentamount()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getCumulativeAmount
|
|
* @todo Implement testGetCumulativeAmount().
|
|
*/
|
|
public function testGetCumulativeAmount()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setCumulativeAmount
|
|
* @todo Implement testSetCumulativeAmount().
|
|
*/
|
|
public function testSetCumulativeAmount()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::getAmountPerBar
|
|
* @todo Implement testGetAmountPerBar().
|
|
*/
|
|
public function testGetAmountPerBar()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers FireflyIII\Collection\PiggyBankPart::setAmountPerBar
|
|
* @todo Implement testSetAmountPerBar().
|
|
*/
|
|
public function testSetAmountPerBar()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
}
|