mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 13:43:36 +00:00
Mark all tests as incomplete.
This commit is contained in:
@@ -57,7 +57,15 @@ use Tests\TestCase;
|
||||
*/
|
||||
class BinderTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Set up test
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
self::markTestIncomplete('Incomplete for refactor.');
|
||||
|
||||
return;
|
||||
}
|
||||
/**
|
||||
* @covers \FireflyIII\Http\Middleware\Binder
|
||||
* @covers \FireflyIII\Models\Account
|
||||
|
||||
Reference in New Issue
Block a user