From 596d6f0b76cb7b45a004d23e1f108994401fe185 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Wed, 4 Mar 2020 12:26:14 +0300 Subject: [PATCH] alias for legacy tests --- tests/helpers/RetailcrmTestCase.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/helpers/RetailcrmTestCase.php b/tests/helpers/RetailcrmTestCase.php index fd242bb..576a498 100644 --- a/tests/helpers/RetailcrmTestCase.php +++ b/tests/helpers/RetailcrmTestCase.php @@ -1,5 +1,9 @@ ')) { - $contextMocker = new \LegacyTests\Unit\ContextMocker(); + $contextMocker = new \Tests\Unit\ContextMocker(); $this->contextMock = $contextMocker->mockContext(); } }