forgejo_runner #26

Closed
linos wants to merge 50 commits from forgejo_runner into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 83961dbb52 - Show all commits

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>

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

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