hotline #149057 MT : in page, fix loading of parent settings for
Merged
requested to merge hotline#149057_probleme_d_affichage_des_bannieres_absence_d_une_classe_sur_le_header_alors_qu_elle_devrait_y_etre into master
2 unresolved threads
header
Merge request reports
Activity
Filter activity
31 30 $this->setSettings($this->getSettingsInstance() 32 31 ->setProfileId($profile_id) 33 32 ->load()); 33 return $this; 34 34 } 35 35 36 36 37 changed this line in version 2 of the diff
39 'section' => [ 40 Class_Profil::DIV_BANNIERE => [ 41 'boite' => ['black_and_white']]]]]); 42 $page = $this->fixture(Class_Profil::class, 43 ['id' => 2, 44 'parent_id' => 1, 45 'libelle' => 'agenda', 46 'rewrite_url' => 'agenda']); 47 } 48 49 50 /** @test */ 51 public function homeProfileHeaderShouldHaveClassBlackAndWhite() { 52 $this->dispatch('/home'); 53 $this->assertXPathContentContains('//header/@class', 'black_and_white', 54 $this->_response->getBody()); changed this line in version 2 of the diff
added 1 commit
- 0c2a1c45 - hotline #149057 MT : in page, fix loading of parent settings for
mentioned in commit be0ea5ba