public function testGetScannedLicensesWithEmptyDetails()
 {
     assertThat($this->agentLicenseEventProcessor->getScannedLicenses(array()), is(emptyArray()));
 }