File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Bridge/Doctrine/Orm/Filter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_install:
23
23
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
24
24
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
25
25
- 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
27
27
- export PATH="$PATH:$HOME/.composer/vendor/bin"
28
28
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
29
29
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ public function provideApplyTestData(): array
322
322
sprintf ('SELECT o FROM %s o WHERE o.description IS NOT NULL AND o.relatedDummy IS NOT NULL ' , Dummy::class),
323
323
],
324
324
325
- 'related association exists ' => [
325
+ 'related association does not exist ' => [
326
326
[
327
327
'description ' => null ,
328
328
'relatedDummy ' => null ,
You can’t perform that action at this time.
0 commit comments