From 5c8584c398e19f44e99817e543ad7a821f61798d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Billiras?= Date: Tue, 10 Jun 2014 11:43:06 +0200 Subject: [PATCH] Code review following pull request comments --- CHANGELOG.md | 3 ++- core/lib/Thelia/Command/ModuleRefreshCommand.php | 3 --- core/lib/Thelia/Tests/Command/ModuleRefreshCommandTest.php | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f06f77c0..0d99d6fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ - class event : Thelia\Core\Event\SessionEvent - example : Thelia\Core\EventListener\SessionListener - Creation of Thelia\Core\TheliakernelEvents class for referencing kernel event - +- Add new command line that refresh modules list `Thelia module:refresh` + #2.0.1 - possibility to apply a permanent discount on a customer diff --git a/core/lib/Thelia/Command/ModuleRefreshCommand.php b/core/lib/Thelia/Command/ModuleRefreshCommand.php index ea71acec4..318542939 100644 --- a/core/lib/Thelia/Command/ModuleRefreshCommand.php +++ b/core/lib/Thelia/Command/ModuleRefreshCommand.php @@ -22,9 +22,6 @@ use Thelia\Module\ModuleManagement; * * @package Thelia\Command * @author Jérôme Billiras - * - * Date: 2014-06-06 - * Time: 17:00 */ class ModuleRefreshCommand extends ContainerAwareCommand { diff --git a/core/lib/Thelia/Tests/Command/ModuleRefreshCommandTest.php b/core/lib/Thelia/Tests/Command/ModuleRefreshCommandTest.php index 87ac0f292..15fd15a38 100644 --- a/core/lib/Thelia/Tests/Command/ModuleRefreshCommandTest.php +++ b/core/lib/Thelia/Tests/Command/ModuleRefreshCommandTest.php @@ -74,7 +74,7 @@ class ModuleRefreshCommandTest extends PHPUnit_Framework_TestCase } else { $this->markTestIncomplete( - 'This test cannot be complete without at least one standard module module.' + 'This test cannot be complete without at least one standard module.' ); } }