mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 09:56:11 +01:00
TASK: Cleanup PR issues
This commit is contained in:
parent
49a56496c6
commit
51863c9e5d
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ class TcaTableServiceTest extends AbstractUnitTestCase
|
|||
->method('getSystemWhereClause')
|
||||
->will($this->returnValue('1=1 AND pages.no_search = 0'));
|
||||
|
||||
$whereClause =$this->subject->getWhereClause();
|
||||
$whereClause = $this->subject->getWhereClause();
|
||||
$this->assertSame(
|
||||
'1=1 AND pages.no_search = 0',
|
||||
$whereClause->getStatement()
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"require" : {
|
||||
"php": ">=7.1.0",
|
||||
"typo3/cms": "~8.2",
|
||||
"typo3/cms": "~8.7",
|
||||
"ruflin/elastica": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Reference in a new issue