Skip to content

Commit

Permalink
Illuminate view null object bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarteist committed Jan 30, 2021
1 parent 53afa9e commit 99ec938
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>

<testsuite name="Main Test Cases">
<directory>tests</directory>
<testsuite name="unit">
<directory suffix="Test.php">tests/MainTests</directory>
<directory prefix="Test">tests/MainTests</directory>
</testsuite>
</testsuites>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use Hexbit\Woocommerce\Tests\BaseTestCase;

class MainTests extends BaseTestCase
class MainTest extends BaseTestCase
{
protected function setUp(): void
{
Expand Down

0 comments on commit 99ec938

Please sign in to comment.