firefly-iii/app/tests/ReportControllerTest.php
2014-11-18 10:11:18 +01:00

52 lines
1.2 KiB
PHP

<?php
/**
* Generated by PHPUnit_SkeletonGenerator on 2014-11-18 at 09:04:38.
*/
class ReportControllerTest extends TestCase
{
/**
* @var ReportController
*/
protected $object;
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
public function setUp()
{
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers ReportController::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 ReportController::year
* @todo Implement testYear().
*/
public function testYear()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}