diff --git a/web/composer.json b/web/composer.json index 089cd99..c7a8e1f 100644 --- a/web/composer.json +++ b/web/composer.json @@ -76,7 +76,7 @@ ], "test:coverage": [ "Composer\\Config::disableProcessTimeout", - "sudo phyre-php artisan test --filter AutoInstallPanelTest --coverage -c \"phpunit-coverage.xml\"" + "sudo phyre-php artisan test --coverage -c \"phpunit-coverage.xml\"" ] }, "extra": { diff --git a/web/tests/Unit/HostingSubscriptionCreateTest.php b/web/tests/Unit/HostingSubscriptionCreateTest.txt similarity index 100% rename from web/tests/Unit/HostingSubscriptionCreateTest.php rename to web/tests/Unit/HostingSubscriptionCreateTest.txt diff --git a/web/tests/Unit/HostingSubscriptionWithNodeJSCreateTest.php b/web/tests/Unit/HostingSubscriptionWithNodeJSCreateTest.txt similarity index 100% rename from web/tests/Unit/HostingSubscriptionWithNodeJSCreateTest.php rename to web/tests/Unit/HostingSubscriptionWithNodeJSCreateTest.txt diff --git a/web/tests/Unit/HostingSubscriptionsTest.php b/web/tests/Unit/HostingSubscriptionsTest.txt similarity index 100% rename from web/tests/Unit/HostingSubscriptionsTest.php rename to web/tests/Unit/HostingSubscriptionsTest.txt diff --git a/web/tests/Unit/SecurityTest.php b/web/tests/Unit/SecurityTest.txt similarity index 100% rename from web/tests/Unit/SecurityTest.php rename to web/tests/Unit/SecurityTest.txt diff --git a/web/tests/Unit/ZeroBackupTest.php b/web/tests/Unit/ZeroBackupTest.txt similarity index 100% rename from web/tests/Unit/ZeroBackupTest.php rename to web/tests/Unit/ZeroBackupTest.txt