/** * @group EricssonEnumeratedInt */ public function testListCompanyType() { $companiesTypes = $this->_enumeratedMapper->listCompanyType(); $this->assertNotNull($companiesTypes); $this->assertEquals(1, count($companiesTypes)); $this->assertEquals(0, $companiesTypes[0]['id']); $this->assertEquals('Default', $companiesTypes[0]['name']); }
public function testListCompanyType() { $companiesTypes = $this->_enumeratedMapper->listCompanyType(); $this->assertNotNull($companiesTypes); $this->assertEquals(2, count($companiesTypes)); }