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.' ); } }