We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdae62 commit aba82e1Copy full SHA for aba82e1
examples/tests/suite/PostAPISuccessTest.php
@@ -2,7 +2,9 @@
2
3
namespace Tests\Suite;
4
5
-use \Tests\TestCase;
+use Tests\TestCase;
6
+
7
+require_once __DIR__.'/../TestCase.php';
8
9
class PostAPISuccessTest extends TestCase
10
{
phpunit.xml
@@ -6,10 +6,7 @@
>
<testsuites>
<testsuite name="Unit">
- <directory suffix="Test.php">.examples/tests/suite</directory>
- </testsuite>
11
- <testsuite name="Feature">
12
+ <directory suffix="Test.php">./examples/tests/suite</directory>
13
</testsuite>
14
</testsuites>
15
<source>
0 commit comments