From d193cb7026587ee9e25fd1a597ccc0dbb59a2123 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Fri, 14 Oct 2022 17:34:04 +0200 Subject: [PATCH] :hammer: update script to run all tests (#680) --- bin/alltests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/alltests.sh b/bin/alltests.sh index 48d8103a..0643cdce 100755 --- a/bin/alltests.sh +++ b/bin/alltests.sh @@ -11,4 +11,4 @@ source .env # load dev parameters make require-all composer install -vendor/bin/phpunit tests/Gaufrette/Functional/Adapter/AsyncAwsS3Test.php +vendor/bin/phpunit