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

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