Skip to content

Commit 0858d83

Browse files
authored
Merge 1ed907a into acec7dd
2 parents acec7dd + 1ed907a commit 0858d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
2424
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
2525
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.3.1/php-cs-fixer.phar; fi
26-
- if [[ $lint = 1 ]]; then composer global require phpstan/phpstan; fi
26+
- if [[ $lint = 1 ]]; then composer global require --dev 'phpstan/phpstan:^0.8'; fi
2727
- export PATH="$PATH:$HOME/.composer/vendor/bin"
2828
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2929

tests/Bridge/Doctrine/Orm/Filter/ExistsFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function provideApplyTestData(): array
322322
sprintf('SELECT o FROM %s o WHERE o.description IS NOT NULL AND o.relatedDummy IS NOT NULL', Dummy::class),
323323
],
324324

325-
'related association exists' => [
325+
'related association does not exist' => [
326326
[
327327
'description' => null,
328328
'relatedDummy' => null,

0 commit comments

Comments
 (0)