object = new CurrencyRepository; parent::setUp(); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ public function tearDown() { } /** * @covers FireflyIII\Repositories\Currency\CurrencyRepository::countJournals * @todo Implement testCountJournals(). */ public function testCountJournals() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Currency\CurrencyRepository::get * @todo Implement testGet(). */ public function testGet() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Currency\CurrencyRepository::getCurrencyByPreference * @todo Implement testGetCurrencyByPreference(). */ public function testGetCurrencyByPreference() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers FireflyIII\Repositories\Currency\CurrencyRepository::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\Currency\CurrencyRepository::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.' ); } }