Esempio n. 1
0
 /**
  * @covers Paradox\pod\Document::getType
  */
 public function testGetType()
 {
     $this->assertEquals($this->collectionName, $this->document->getType(), "The type of the document does not match");
 }