Mark all tests as incomplete.

This commit is contained in:
James Cole
2020-07-30 20:49:40 +02:00
parent a590cfd881
commit 5ae786516a
262 changed files with 1163 additions and 102 deletions

View File

@@ -62,6 +62,9 @@ class TransactionJournalFactoryTest extends TestCase
*/
public function setUp(): void
{
self::markTestIncomplete('Incomplete for refactor.');
return;
parent::setUp();
Log::info(sprintf('Now in %s.', get_class($this)));
}