Пример #1
0
 public function testToOptionArray()
 {
     $this->assertNotEmpty($this->_collection->toOptionArray());
     foreach ($this->_collection->toOptionArray() as $item) {
         $this->assertArrayHasKey('value', $item);
         $this->assertArrayHasKey('label', $item);
     }
 }