Fix some tests, disable actions for the time being.

This commit is contained in:
James Cole
2020-08-01 15:06:02 +02:00
parent a6a83286b9
commit 723d1cffe2
8 changed files with 347 additions and 162 deletions

View File

@@ -32,9 +32,6 @@ use Tests\TestCase;
/**
*
* Class AccountMetaFactoryTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class AccountMetaFactoryTest extends TestCase
{
@@ -43,9 +40,6 @@ class AccountMetaFactoryTest extends TestCase
*/
public function setUp(): void
{
self::markTestIncomplete('Incomplete for refactor.');
return;
parent::setUp();
Log::info(sprintf('Now in %s.', get_class($this)));
}
@@ -55,6 +49,7 @@ class AccountMetaFactoryTest extends TestCase
*/
public function testCreate(): void
{
// make new account, or get one from DB?
$account = $this->getRandomAsset();
$data = [
'account_id' => $account->id,