mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
Fix codacy issue
This commit is contained in:
parent
1692a02c55
commit
d4ccf6a7ea
1 changed files with 2 additions and 1 deletions
|
@ -105,6 +105,7 @@ class DataHandlerTest extends AbstractFunctionalTestCase
|
||||||
$hook = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(Hook::class);
|
$hook = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(Hook::class);
|
||||||
$hook->processDatamap_afterDatabaseOperations('something', 'tt_content', 6, [], $dataHandler);
|
$hook->processDatamap_afterDatabaseOperations('something', 'tt_content', 6, [], $dataHandler);
|
||||||
|
|
||||||
$response = $this->client->request('typo3content/_search?q=*:*');
|
// Should trigger Exception
|
||||||
|
$this->client->request('typo3content/_search?q=*:*');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue