Ejemplo n.º 1
0
 public function testOffsetUnset()
 {
     $this->object->offsetUnset('scalarAdapter');
     $this->assertFalse($this->object->offsetExists('scalarAdapter'));
 }
Ejemplo n.º 2
0
 /**
  * @dataProvider offsetProvider
  */
 public function testOffsetExists($offset)
 {
     $this->assertFalse($this->object->offsetExists($offset));
 }