diff options
Diffstat (limited to 'tests/app/Models')
| -rw-r--r-- | tests/app/Models/CategoryTest.php | 1 | ||||
| -rw-r--r-- | tests/app/Models/SearchTest.php | 2 | ||||
| -rw-r--r-- | tests/app/Models/UserQueryTest.php | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/tests/app/Models/CategoryTest.php b/tests/app/Models/CategoryTest.php index afa74d53f..bdb2a971b 100644 --- a/tests/app/Models/CategoryTest.php +++ b/tests/app/Models/CategoryTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); class CategoryTest extends PHPUnit\Framework\TestCase { diff --git a/tests/app/Models/SearchTest.php b/tests/app/Models/SearchTest.php index afec683d5..12159caeb 100644 --- a/tests/app/Models/SearchTest.php +++ b/tests/app/Models/SearchTest.php @@ -1,5 +1,5 @@ <?php - +declare(strict_types=1); require_once(LIB_PATH . '/lib_date.php'); class SearchTest extends PHPUnit\Framework\TestCase { diff --git a/tests/app/Models/UserQueryTest.php b/tests/app/Models/UserQueryTest.php index 668327139..9f067e848 100644 --- a/tests/app/Models/UserQueryTest.php +++ b/tests/app/Models/UserQueryTest.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); /** * Description of UserQueryTest |
