mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 10:16:10 +01:00
TASK: Fix merge conflict issue
This commit is contained in:
parent
ec8362b934
commit
56bfc4f75a
1 changed files with 1 additions and 2 deletions
|
@ -73,7 +73,6 @@ class ProcessesAllowedTablesTest extends AbstractDataHandlerTest
|
||||||
*/
|
*/
|
||||||
public function updateWillBeTriggeredForExistingTtContent()
|
public function updateWillBeTriggeredForExistingTtContent()
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
$this->subject->expects($this->exactly(2))->method('update')
|
$this->subject->expects($this->exactly(2))->method('update')
|
||||||
->withConsecutive(
|
->withConsecutive(
|
||||||
[
|
[
|
||||||
|
@ -98,7 +97,7 @@ class ProcessesAllowedTablesTest extends AbstractDataHandlerTest
|
||||||
return isset($record['uid']) && $record['uid'] === 1;
|
return isset($record['uid']) && $record['uid'] === 1;
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
});
|
);
|
||||||
|
|
||||||
$tce = GeneralUtility::makeInstance(Typo3DataHandler::class);
|
$tce = GeneralUtility::makeInstance(Typo3DataHandler::class);
|
||||||
$tce->stripslashes_values = 0;
|
$tce->stripslashes_values = 0;
|
||||||
|
|
Loading…
Reference in a new issue