From 8aa34162603bcea7c1d5b58baca4e665dd5e4037 Mon Sep 17 00:00:00 2001 From: printempw Date: Thu, 16 Aug 2018 01:01:22 +0800 Subject: [PATCH] Update traits for unit test --- .../{GenerateFakePlugins.php => GeneratesFakePlugins.php} | 2 +- tests/Concerns/{MockGuzzleClient.php => MocksGuzzleClient.php} | 2 +- tests/MarketControllerTest.php | 3 ++- tests/PluginControllerTest.php | 2 +- tests/TestCase.php | 1 - tests/UpdateControllerTest.php | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) rename tests/Concerns/{GenerateFakePlugins.php => GeneratesFakePlugins.php} (99%) rename tests/Concerns/{MockGuzzleClient.php => MocksGuzzleClient.php} (98%) diff --git a/tests/Concerns/GenerateFakePlugins.php b/tests/Concerns/GeneratesFakePlugins.php similarity index 99% rename from tests/Concerns/GenerateFakePlugins.php rename to tests/Concerns/GeneratesFakePlugins.php index 1cd7f20b..e388ba72 100644 --- a/tests/Concerns/GenerateFakePlugins.php +++ b/tests/Concerns/GeneratesFakePlugins.php @@ -1,6 +1,6 @@