diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/app/Models/UserQueryTest.php | 1 | ||||
| -rw-r--r-- | tests/cli/CliOptionsParserTest.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/Models/UserQueryTest.php b/tests/app/Models/UserQueryTest.php index 3017f7897..6f5f7da16 100644 --- a/tests/app/Models/UserQueryTest.php +++ b/tests/app/Models/UserQueryTest.php @@ -2,6 +2,7 @@ declare(strict_types=1); use PHPUnit\Framework\TestCase; + /** * Description of UserQueryTest */ diff --git a/tests/cli/CliOptionsParserTest.php b/tests/cli/CliOptionsParserTest.php index 2fe0b7924..b63225d93 100644 --- a/tests/cli/CliOptionsParserTest.php +++ b/tests/cli/CliOptionsParserTest.php @@ -2,6 +2,7 @@ declare(strict_types=1); use PHPUnit\Framework\TestCase; + require_once dirname(__DIR__, 2) . '/cli/CliOption.php'; require_once dirname(__DIR__, 2) . '/cli/CliOptionsParser.php'; |
