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

CIP #57952 tests maintenance

parent 9f43f77b
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #972 failed with stage
in 5 minutes and 16 seconds
......@@ -234,6 +234,8 @@ class WidgetsEditNavEntryPostDispatchTest extends WidgetsNavSimpleTestCase {
'picto' => 'agenda.svg',
'clef_profil' => '7']);
$this->assertEquals(['type_menu' => 'PROFIL',
'type_module' => 'PROFIL',
'action' => '',
'libelle' => 'agenda',
'picto' => 'agenda.svg',
'clef_profil' => '7',
......@@ -343,6 +345,8 @@ class WidgetsNavMenuPostTest extends Admin_AbstractControllerTestCase {
/** @test */
public function profilShouldHaveBeenUpdated() {
$this->assertEquals(['type_menu' => 'PROFIL',
'type_module' => 'PROFIL',
'action' => '',
'libelle' => 'new profil',
'picto' => 'home.gif',
'preferences' => ['clef_profil' => '2'],
......
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