From 069ec1f6d04635303b161c95084353d33873a503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20P=C3=A9rez?= Date: Sun, 27 Jan 2019 21:30:35 +0100 Subject: [PATCH] Fix namespaces in unit tests (#171) --- tests/unit/models/ContactFormTest.php | 2 +- tests/unit/models/LoginFormTest.php | 2 +- tests/unit/models/UserTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/models/ContactFormTest.php b/tests/unit/models/ContactFormTest.php index 3848897..86bbc2c 100644 --- a/tests/unit/models/ContactFormTest.php +++ b/tests/unit/models/ContactFormTest.php @@ -1,6 +1,6 @@