Fix budget limit tests

This commit is contained in:
James Cole
2021-03-13 20:01:42 +01:00
parent 25bc0b0b78
commit 07f62b0d5c
15 changed files with 86 additions and 64 deletions

View File

@@ -49,10 +49,8 @@ class StoreControllerTest extends TestCase
/**
* @param array $submission
*
* @dataProvider storeDataProvider
*
* @ data Provider emptyDataProvider
* emptyDataProvider / storeDataProvider
* @dataProvider emptyDataProvider
*/
public function testStore(array $submission): void
{