Example #1
0
 /**
  * Test if an item exists.
  */
 public function testHasItem()
 {
     self::assertFalse($this->object->hasItem('test'));
 }