예제 #1
0
 /**
  * @testdox  Test that mergeHeadData returns an instance of $this
  */
 public function testEnsureMergeHeadDataReturnsThisObject()
 {
     $this->assertSame($this->object, $this->object->mergeHeadData($this->testHeadData));
 }