diff --git a/phpunit.xml b/phpunit.xml index eb1e983..425bec3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,7 +2,7 @@ - ./tests/ + ./tests/ diff --git a/tests/ScopedNodeTest.php b/tests/ScopedNodeTest.php index 28ec56f..6886263 100644 --- a/tests/ScopedNodeTest.php +++ b/tests/ScopedNodeTest.php @@ -3,6 +3,8 @@ use Illuminate\Database\Capsule\Manager as Capsule; use Kalnoy\Nestedset\NestedSet; +include __DIR__ . '/models/MenuItem.php'; + class ScopedNodeTest extends PHPUnit\Framework\TestCase { public static function setUpBeforeClass(): void diff --git a/tests/models/DuplicateCategory.php b/tests/models/DuplicateCategory.php index a658995..c3b1e61 100644 --- a/tests/models/DuplicateCategory.php +++ b/tests/models/DuplicateCategory.php @@ -1,6 +1,8 @@