markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::configure * Implement testConfigure(). */ public function testConfigure() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::download * Implement testDownload(). */ public function testDownload() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::finished * Implement testFinished(). */ public function testFinished() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::index * Implement testIndex(). */ public function testIndex() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::json * Implement testJson(). */ public function testJson() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::postConfigure * Implement testPostConfigure(). */ public function testPostConfigure() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::postSettings * Implement testPostSettings(). */ public function testPostSettings() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::settings * Implement testSettings(). */ public function testSettings() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::start * Implement testStart(). */ public function testStart() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::status * Implement testStatus(). */ public function testStatus() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers \FireflyIII\Http\Controllers\ImportController::upload * Implement testUpload(). */ public function testUpload() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } }