示例#1
0
文件: CMapTest.php 项目: avtograd/yii
 public function testGetReadOnly()
 {
     $map = new CMap(null, true);
     self::assertEquals(true, $map->getReadOnly(), 'List is not read-only');
 }