diff --git a/tests/functional/CurrencyControllerCest.php b/tests/functional/CurrencyControllerCest.php index 78798ab407..0f59b4136f 100644 --- a/tests/functional/CurrencyControllerCest.php +++ b/tests/functional/CurrencyControllerCest.php @@ -1,6 +1,10 @@ see('Currency "US Dollar" deleted'); } + /** + * @param FunctionalTester $I + */ public function defaultCurrency(FunctionalTester $I) { $I->wantTo('make US Dollar the default currency'); diff --git a/tests/functional/HomeControllerCest.php b/tests/functional/HomeControllerCest.php index d6385df4ad..c48de4a0e4 100644 --- a/tests/functional/HomeControllerCest.php +++ b/tests/functional/HomeControllerCest.php @@ -1,6 +1,9 @@