From e28fe0decd7d393e03da63d6fb600f9c0c6d7bba Mon Sep 17 00:00:00 2001 From: ildyria Date: Sat, 8 Jun 2024 20:08:01 +0200 Subject: [PATCH] green --- phpunit.xml | 2 +- tests/ScopedNodeTest.php | 2 ++ tests/models/DuplicateCategory.php | 4 +++- tests/models/MenuItem.php | 4 +++- 4 files changed, 9 insertions(+), 3 deletions(-) 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 @@