예제 #1
0
파일: DojoTest.php 프로젝트: jsnshrmn/Suma
 public function testShouldAllowClearingLayers()
 {
     $this->testShouldAllowAddingLayers();
     $this->helper->clearLayers();
     $layers = $this->helper->getLayers();
     $this->assertTrue(is_array($layers));
     $this->assertTrue(empty($layers));
 }