File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v2
1717
1818 - name : Pull in optional dependencies
19- run : |
20- composer require --no-update symfony/http-kernel:^5.0 symfony/event-dispatcher:^5.0 symfony/process:^5.0 phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
21- composer update --no-dev --no-progress
19+ run : composer require --no-update symfony/http-kernel symfony/event-dispatcher symfony/process phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
2220
2321 - name : PHPStan
2422 uses : docker://oskarstark/phpstan-ga
3634 uses : actions/checkout@v2
3735
3836 - name : Pull in optional dependencies
39- run : |
40- composer require --no-update phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
41- composer update --no-progress
37+ run : composer require --no-update phpunit/phpunit toflar/psr6-symfony-http-cache-store:^3.0
4238
4339 - name : PHPStan
4440 uses : docker://oskarstark/phpstan-ga
Original file line number Diff line number Diff line change 11sphinx == 1.8.5
22git+https://github.com/fabpot/sphinx-php.git
3- sphinx-rtd-theme
3+ sphinx-rtd-theme == 1.0.0
44sphinxcontrib-spelling
55sphinxcontrib-phpdomain
66pyenchant
77docutils == 0.17.1
8+ jinja2 < 3.1.0
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ protected function getHttpCachePartialMock(array $mockedMethods = null)
7272 $ refOptions ->setAccessible (true );
7373 $ refOptions ->setValue ($ mock , $ options );
7474
75+ $ surrogate = $ refHttpCache ->getProperty ('surrogate ' );
76+ $ surrogate ->setAccessible (true );
77+ $ surrogate ->setValue ($ mock , null );
78+
7579 return $ mock ;
7680 }
7781
You can’t perform that action at this time.
0 commit comments