From 6cb26bf2d879f50550b1f4b6805ba881725b5fae Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 25 Feb 2018 11:23:07 +0800 Subject: [PATCH] Update tests for PluginController --- tests/PluginControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PluginControllerTest.php b/tests/PluginControllerTest.php index 7bf397d1..1e6fc9f6 100644 --- a/tests/PluginControllerTest.php +++ b/tests/PluginControllerTest.php @@ -13,8 +13,8 @@ class PluginControllerTest extends TestCase parent::setUp(); $plugins = [ - 'example-plugin' => 'example-plugin_v1.0.zip', - 'avatar-api' => 'avatar-api_v1.1.zip' + 'example-plugin' => 'example-plugin_v1.0.0.zip', + 'avatar-api' => 'avatar-api_v1.1.0.zip' ]; foreach ($plugins as $plugin_name => $filename) {