コード例 #1
0
 public function testOffsetUnset()
 {
     $this->object->offsetUnset('scalarAdapter');
     $this->assertFalse($this->object->offsetExists('scalarAdapter'));
 }
コード例 #2
0
ファイル: EmptyTest.php プロジェクト: SystemEd-Jacob/nethgui
 /**
  * @dataProvider offsetProvider
  */
 public function testOffsetExists($offset)
 {
     $this->assertFalse($this->object->offsetExists($offset));
 }