Code review following pull request comments
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
- class event : Thelia\Core\Event\SessionEvent
|
- class event : Thelia\Core\Event\SessionEvent
|
||||||
- example : Thelia\Core\EventListener\SessionListener
|
- example : Thelia\Core\EventListener\SessionListener
|
||||||
- Creation of Thelia\Core\TheliakernelEvents class for referencing kernel event
|
- Creation of Thelia\Core\TheliakernelEvents class for referencing kernel event
|
||||||
|
- Add new command line that refresh modules list `Thelia module:refresh`
|
||||||
|
|
||||||
|
|
||||||
#2.0.1
|
#2.0.1
|
||||||
- possibility to apply a permanent discount on a customer
|
- possibility to apply a permanent discount on a customer
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ use Thelia\Module\ModuleManagement;
|
|||||||
*
|
*
|
||||||
* @package Thelia\Command
|
* @package Thelia\Command
|
||||||
* @author Jérôme Billiras <jbilliras@openstudio.fr>
|
* @author Jérôme Billiras <jbilliras@openstudio.fr>
|
||||||
*
|
|
||||||
* Date: 2014-06-06
|
|
||||||
* Time: 17:00
|
|
||||||
*/
|
*/
|
||||||
class ModuleRefreshCommand extends ContainerAwareCommand
|
class ModuleRefreshCommand extends ContainerAwareCommand
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ class ModuleRefreshCommandTest extends PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
$this->markTestIncomplete(
|
$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.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user