object = new JournalRepository; 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\Journal\JournalRepository::deactivateReminder * @todo Implement testDeactivateReminder(). */ public function testDeactivateReminder() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::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\Repositories\Journal\JournalRepository::first * @todo Implement testFirst(). */ public function testFirst() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::getAmountBefore * @todo Implement testGetAmountBefore(). */ public function testGetAmountBefore() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::getJournalsOfType * @todo Implement testGetJournalsOfType(). */ public function testGetJournalsOfType() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::getJournalsOfTypes * @todo Implement testGetJournalsOfTypes(). */ public function testGetJournalsOfTypes() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::getTransactionType * @todo Implement testGetTransactionType(). */ public function testGetTransactionType() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::getWithDate * @todo Implement testGetWithDate(). */ public function testGetWithDate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::saveTags * @todo Implement testSaveTags(). */ public function testSaveTags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Journal\JournalRepository::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\Journal\JournalRepository::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\Journal\JournalRepository::updateTags * @todo Implement testUpdateTags(). */ public function testUpdateTags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }