test
All checks were successful
/ test (push) Successful in 1s
Unit Testing / Run phpunit tests (pull_request) Successful in 4m25s

This commit is contained in:
André Menrath 2024-09-21 09:40:30 +02:00
parent 4fcfa97d0d
commit 83961dbb52
2 changed files with 1 additions and 2 deletions

View file

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

2
tests/test-sample.php → tests/test-class-sample.php Executable file → Normal file
View file

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