New tests.

This commit is contained in:
James Cole
2016-11-20 18:34:49 +01:00
parent 8baea2feb9
commit 670fa77dd7
2 changed files with 45 additions and 10 deletions

View File

@@ -7,7 +7,6 @@
class TransactionControllerTest extends TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.
@@ -18,14 +17,6 @@ class TransactionControllerTest extends TestCase
parent::setUp();
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
/**
* @covers FireflyIII\Http\Controllers\TransactionController::index
* @todo Implement testIndex().
@@ -85,4 +76,12 @@ class TransactionControllerTest extends TestCase
'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()
{
}
}