mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Clean up test case
This commit is contained in:
parent
3b03fb7e8b
commit
a590cfd881
@ -21,10 +21,9 @@
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Feature;
|
||||
namespace Tests;
|
||||
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
use Tests\CreatesApplication;
|
||||
|
||||
/**
|
||||
* Class TestCase
|
||||
@ -55,28 +54,4 @@ abstract class TestCase extends BaseTestCase
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* A basic test example.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testBasicTest(): void
|
||||
{
|
||||
self::assertTrue(true);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function testDatabase(): void
|
||||
{
|
||||
// Make call to application...
|
||||
|
||||
$this->assertDatabaseHas(
|
||||
'users', [
|
||||
'email' => 'sally@example.com',
|
||||
]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user