TASK: Cleanup PR issues

This commit is contained in:
Daniel Siepmann 2017-08-10 08:59:48 +02:00
parent 49a56496c6
commit 51863c9e5d
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ class TcaTableServiceTest extends AbstractUnitTestCase
->method('getSystemWhereClause') ->method('getSystemWhereClause')
->will($this->returnValue('1=1 AND pages.no_search = 0')); ->will($this->returnValue('1=1 AND pages.no_search = 0'));
$whereClause =$this->subject->getWhereClause(); $whereClause = $this->subject->getWhereClause();
$this->assertSame( $this->assertSame(
'1=1 AND pages.no_search = 0', '1=1 AND pages.no_search = 0',
$whereClause->getStatement() $whereClause->getStatement()

View file

@ -17,7 +17,7 @@
}, },
"require" : { "require" : {
"php": ">=7.1.0", "php": ">=7.1.0",
"typo3/cms": "~8.2", "typo3/cms": "~8.7",
"ruflin/elastica": "~3.2" "ruflin/elastica": "~3.2"
}, },
"require-dev": { "require-dev": {