mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Clean up test stuff.
This commit is contained in:
@@ -13,9 +13,7 @@ class ExampleTest extends TestCase
|
||||
*/
|
||||
public function testBasicExample()
|
||||
{
|
||||
$response = $this->call('GET', '/');
|
||||
|
||||
$this->assertEquals(200, $response->getStatusCode());
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user