test
Some checks failed
/ test (push) Successful in 1s
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
André Menrath 2024-09-21 09:39:17 +02:00
parent 69e1f81919
commit c2d11ad50f
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@
<testsuites>
<testsuite name="testing">
<directory prefix="test-" suffix=".php">./tests/</directory>
<exclude>./tests/test-sample.php</exclude>
</testsuite>
</testsuites>
</phpunit>

View file

@ -8,7 +8,7 @@
/**
* Sample test case.
*/
class SampleTest extends WP_UnitTestCase {
class Test_Sample extends WP_UnitTestCase {
/**
* A single example test.