Exemplo n.º 1
0
 public function testShouldAllowClearingLayers()
 {
     $this->testShouldAllowAddingLayers();
     $this->helper->clearLayers();
     $layers = $this->helper->getLayers();
     $this->assertTrue(is_array($layers));
     $this->assertTrue(empty($layers));
 }