예제 #1
0
 /**
  * @testdox  Validate the 'title' key exists in the array returned by getHeadData
  */
 public function testValidateKeyExistsInDataReturnedByGetHeadData()
 {
     $this->assertArrayHasKey('title', $this->object->getHeadData());
 }