From c2d11ad50fcc9ddcb9f42a95619f4ebb45abd403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 21 Sep 2024 09:39:17 +0200 Subject: [PATCH] test --- phpunit.xml.dist | 1 - tests/{test-sample.php => test-class-sample.php} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename tests/{test-sample.php => test-class-sample.php} (85%) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 50421ec..e8e8560 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,7 +10,6 @@ ./tests/ - ./tests/test-sample.php diff --git a/tests/test-sample.php b/tests/test-class-sample.php similarity index 85% rename from tests/test-sample.php rename to tests/test-class-sample.php index 0ab7270..3e9bf11 100755 --- a/tests/test-sample.php +++ b/tests/test-class-sample.php @@ -8,7 +8,7 @@ /** * Sample test case. */ -class SampleTest extends WP_UnitTestCase { +class Test_Sample extends WP_UnitTestCase { /** * A single example test.