Ejemplo n.º 1
0
 /**
  * Tests storage search.
  */
 public function testFindByIdOnNonExistingId()
 {
     $this->setExpectedException('Transfer\\Storage\\Exception\\ObjectNotFoundException');
     $this->assertNull($this->storage->findById('non-existing-id'));
 }