From bdfe5ede8f9259f0f9cc80cf1c86b4fb8b55d45f Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 14 May 2024 22:11:05 +0300 Subject: [PATCH] update --- web/composer.json | 2 +- ...Test.php.txt => MicroweberHostingSubscriptionCreateTest.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename web/tests/Unit/{MicroweberHostingSubscriptionCreateTest.php.txt => MicroweberHostingSubscriptionCreateTest.php} (100%) diff --git a/web/composer.json b/web/composer.json index c7a8e1f..876a540 100644 --- a/web/composer.json +++ b/web/composer.json @@ -76,7 +76,7 @@ ], "test:coverage": [ "Composer\\Config::disableProcessTimeout", - "sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\"" + "sudo phyre-php artisan test --filter SecurityTest --coverage -c \"phpunit-coverage.xml\"" ] }, "extra": { diff --git a/web/tests/Unit/MicroweberHostingSubscriptionCreateTest.php.txt b/web/tests/Unit/MicroweberHostingSubscriptionCreateTest.php similarity index 100% rename from web/tests/Unit/MicroweberHostingSubscriptionCreateTest.php.txt rename to web/tests/Unit/MicroweberHostingSubscriptionCreateTest.php