コード例 #1
0
 public function testGetTypeLabels()
 {
     $expectation = [self::TYPE_KEY => $this->_typesArray[self::TYPE_KEY]['label']];
     $this->assertEquals($expectation, $this->_typeList->getTypeLabels());
 }