Skip to content
Snippets Groups Projects
Commit 0982953b authored by Ghislain Loas's avatar Ghislain Loas
Browse files

remove empty rows

parent 45209407
Branches
Tags
5 merge requests!1553Master,!1502Master,!1501Stable,!1326Dev#31762 workflow notifications 2 notifications aussi pour les statuts de workflow personnalises,!1306Dev#31762 workflow notifications 2 notifications aussi pour les statuts de workflow personnalises
......@@ -1839,11 +1839,9 @@ class CmsControllerNewsAddActionPostWithDynamicWorkflowTest extends CmsControll
/** @test */
public function newArticleSavedWithStatusPendingShouldSendMailToGroupTestingWithRights() {
Class_Permission::findDynamicWorkflow(12)
->permitTo($this->_group_testing, $this->_cat_a_la_une);
$this->_postDataTo(['status' => Class_Article::STATUS_VALIDATION_PENDING],
'/admin/cms/add/id_cat/23');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment