mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Mark all tests as incomplete.
This commit is contained in:
@@ -37,7 +37,15 @@ use Tests\TestCase;
|
||||
*/
|
||||
class UserTransformerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Set up test
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
self::markTestIncomplete('Incomplete for refactor.');
|
||||
|
||||
return;
|
||||
}
|
||||
/**
|
||||
* Test basic transformer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user