예제 #1
0
파일: CMapTest.php 프로젝트: avtograd/yii
 public function testGetReadOnly()
 {
     $map = new CMap(null, true);
     self::assertEquals(true, $map->getReadOnly(), 'List is not read-only');
 }