コード例 #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));
 }