New tests

This commit is contained in:
James Cole
2016-12-10 07:29:36 +01:00
parent e7845115f6
commit 0fe0de1a7f
17 changed files with 141 additions and 282 deletions

View File

@@ -31,7 +31,6 @@ class DomainControllerTest extends TestCase
/**
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::domains
* Implement testDomains().
*/
public function testDomains()
{
@@ -46,7 +45,6 @@ class DomainControllerTest extends TestCase
/**
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::manual
* Implement testManual().
*/
public function testManual()
{
@@ -58,7 +56,6 @@ class DomainControllerTest extends TestCase
/**
* @covers \FireflyIII\Http\Controllers\Admin\DomainController::toggleDomain
* Implement testToggleDomain().
*/
public function testToggleDomain()
{
@@ -68,11 +65,4 @@ class DomainControllerTest extends TestCase
$this->assertResponseStatus(302);
}
/**
* Tears down the fixture, for example, closes a network connection.
* This method is called after a test is executed.
*/
protected function tearDown()
{
}
}