Esempio n. 1
0
 public function testIsMapped()
 {
     $this->element->map();
     $this->assertSame(true, $this->element->isMapped());
     $this->element->map(false);
     $this->assertSame(false, $this->element->isMapped());
 }