Esempio n. 1
0
 /**
  * @covers Geissler\Converter\Standard\RIS\Creator::create
  * @covers Geissler\Converter\Standard\RIS\Creator::retrieve
  */
 public function testRetrieve()
 {
     $this->assertFalse($this->object->create(new \Geissler\Converter\Model\Entries()));
     $this->assertFalse($this->object->retrieve());
 }