Example #1
0
 /**
  * @covers ::offsetExists
  */
 public function testOffsetExists()
 {
     $configuration = new Configuration();
     $this->assertTrue($configuration->offsetExists('phpunit'));
 }