From 37c3787175912a746d1bf2458a6d99881b75755b Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 21 Nov 2024 15:01:34 +0000 Subject: [PATCH] [5.x] Fix incorrect namespaces in tests (#11149) --- tests/Antlers/Runtime/ArithmeticTest.php | 2 ++ tests/Console/Commands/MakeDictionaryTest.php | 3 +-- tests/Extend/AddonTest.php | 2 +- tests/Feature/GraphQL/Fieldtypes/DictionaryFieldtypeTest.php | 3 +-- tests/Feature/SlugTest.php | 2 +- tests/Feature/Taxonomies/UpdateTermTest.php | 2 ++ tests/Feature/Users/UpdateUserTest.php | 2 ++ tests/Fieldtypes/ArrayTest.php | 2 +- tests/Modifiers/ToJsonTest.php | 2 +- tests/Modifiers/ToQsTest.php | 2 +- tests/Modifiers/WhereInTest.php | 2 +- tests/Routing/RouteBindingTest.php | 3 +++ tests/Validation/UniqueEntryValueTest.php | 2 ++ tests/Validation/UniqueTermValueTest.php | 2 ++ tests/Validation/UniqueUserValueTest.php | 2 ++ 15 files changed, 23 insertions(+), 10 deletions(-) diff --git a/tests/Antlers/Runtime/ArithmeticTest.php b/tests/Antlers/Runtime/ArithmeticTest.php index dfcd102d80..811582c0ca 100644 --- a/tests/Antlers/Runtime/ArithmeticTest.php +++ b/tests/Antlers/Runtime/ArithmeticTest.php @@ -1,5 +1,7 @@