From a358248f7e72c556caa110eb19aa6e03e595792e Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Tue, 14 May 2024 22:58:05 +0300 Subject: [PATCH] HostingSubscriptionBackupTest --- web/composer.json | 2 +- ...criptionCreateTest.php => HostingSubscriptionCreateTest.txt} | 0 ...eateTest.php => HostingSubscriptionWithNodeJSCreateTest.txt} | 0 ...ostingSubscriptionsTest.php => HostingSubscriptionsTest.txt} | 0 web/tests/Unit/{SecurityTest.php => SecurityTest.txt} | 0 web/tests/Unit/{ZeroBackupTest.php => ZeroBackupTest.txt} | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename web/tests/Unit/{HostingSubscriptionCreateTest.php => HostingSubscriptionCreateTest.txt} (100%) rename web/tests/Unit/{HostingSubscriptionWithNodeJSCreateTest.php => HostingSubscriptionWithNodeJSCreateTest.txt} (100%) rename web/tests/Unit/{HostingSubscriptionsTest.php => HostingSubscriptionsTest.txt} (100%) rename web/tests/Unit/{SecurityTest.php => SecurityTest.txt} (100%) rename web/tests/Unit/{ZeroBackupTest.php => ZeroBackupTest.txt} (100%) 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