firefly-iii/tests/acceptance/Controllers/CsvControllerTest.php
2016-01-20 06:20:09 +01:00

124 lines
3.3 KiB
PHP

<?php
/**
* CsvControllerTest.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
/**
* Generated by PHPUnit_SkeletonGenerator on 2016-01-19 at 15:39:28.
*/
class CsvControllerTest extends TestCase
{
/**
* @covers FireflyIII\Http\Controllers\CsvController::columnRoles
* @todo Implement testColumnRoles().
*/
public function testColumnRoles()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::downloadConfig
* @todo Implement testDownloadConfig().
*/
public function testDownloadConfig()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::downloadConfigPage
* @todo Implement testDownloadConfigPage().
*/
public function testDownloadConfigPage()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::index
* @todo 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\CsvController::initialParse
* @todo Implement testInitialParse().
*/
public function testInitialParse()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::map
* @todo Implement testMap().
*/
public function testMap()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::process
* @todo Implement testProcess().
*/
public function testProcess()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::saveMapping
* @todo Implement testSaveMapping().
*/
public function testSaveMapping()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**
* @covers FireflyIII\Http\Controllers\CsvController::upload
* @todo Implement testUpload().
*/
public function testUpload()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}