We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f24492 commit e25654eCopy full SHA for e25654e
.travis.yml
@@ -9,6 +9,7 @@ env:
9
global:
10
- VARNISH_VERSION=5.1
11
- SYMFONY_PHPUNIT_VERSION=8
12
+ - SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
13
- DEPENDENCIES="toflar/psr6-symfony-http-cache-store:^2.2.0"
14
15
matrix:
tests/Unit/ProxyClient/HttpDispatcherTest.php
@@ -203,7 +203,7 @@ public function testSetBasePathWithPath()
203
'http://fos.lo/my/path',
204
$this->httpClient
205
);
206
- $request = $this->messageFactory->createRequest('PURGE', 'append');
+ $request = $this->messageFactory->createRequest('PURGE', '/append');
207
$httpDispatcher->invalidate($request);
208
$httpDispatcher->flush();
209
0 commit comments