test
This commit is contained in:
parent
4fcfa97d0d
commit
83961dbb52
2 changed files with 1 additions and 2 deletions
|
@ -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
2
tests/test-sample.php → tests/test-class-sample.php
Executable file → Normal file
|
@ -8,7 +8,7 @@
|
|||
/**
|
||||
* Sample test case.
|
||||
*/
|
||||
class SampleTest extends WP_UnitTestCase {
|
||||
class Test_Sample extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* A single example test.
|
Loading…
Reference in a new issue