An error occurred while fetching the assigned milestone of the selected merge_request.
Dev#12521 Cyberlibris
Merge request reports
Activity
Filter activity
131 131 public function loaderFind999ShouldReturnNull() { 132 132 $this->assertEquals(null, Class_TypeDoc::getLoader()->find(999)); 133 133 } 134 135 /** @test */ 136 public function addLabelInListShouldWork() { 137 Class_CosmoVar::AddLabelInList('types_docs', 111, 'Cyberlibris'); 138 $this->assertContains('111:Cyberlibris', $this->cosmo_types->getListe()); 139 } 134 140 } 135 141
Please register or sign in to reply