Пример #1
0
 /**
  * @expectedException \Cola\Exceptions\ReadOnlyException
  */
 public function testReadOnly()
 {
     $list = $this->_List->readOnly();
     $list->pushBack('this will throw an exception');
 }