Skip to content

Commit 99ec938

Browse files
committed
Illuminate view null object bug fixed.
1 parent 53afa9e commit 99ec938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

phpunit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
processIsolation="false"
1111
stopOnFailure="false">
1212
<testsuites>
13-
14-
<testsuite name="Main Test Cases">
15-
<directory>tests</directory>
13+
<testsuite name="unit">
14+
<directory suffix="Test.php">tests/MainTests</directory>
15+
<directory prefix="Test">tests/MainTests</directory>
1616
</testsuite>
1717
</testsuites>
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use Hexbit\Woocommerce\Tests\BaseTestCase;
77

8-
class MainTests extends BaseTestCase
8+
class MainTest extends BaseTestCase
99
{
1010
protected function setUp(): void
1111
{

0 commit comments

Comments
 (0)