Fix tests for account

This commit is contained in:
James Cole
2021-03-20 07:02:06 +01:00
parent e32f14578c
commit 836f0ecf3f
23 changed files with 399 additions and 275 deletions

View File

@@ -61,9 +61,9 @@ class StoreControllerTest extends TestCase
/**
* @param array $submission
*
* newStoreDataProvider / emptyDataProvider
* storeDataProvider / emptyDataProvider
*
* @dataProvider newStoreDataProvider
* @dataProvider emptyDataProvider
*/
public function testStore(array $submission): void
{
@@ -82,7 +82,7 @@ class StoreControllerTest extends TestCase
/**
* @return array
*/
public function newStoreDataProvider(): array
public function storeDataProvider(): array
{
// some test configs:
$configuration = new TestConfiguration;