File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Symfony/Component/HttpKernel/Tests/HttpCache Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \HttpFoundation \Request ;
17
17
use Symfony \Component \HttpFoundation \Response ;
18
18
use Symfony \Component \HttpKernel \HttpCache \Store ;
19
- use Symfony \Component \HttpKernel \HttpCache \StoreInterface ;
20
19
use Symfony \Component \HttpKernel \HttpKernelInterface ;
21
20
22
21
/**
@@ -1438,8 +1437,8 @@ public function testDoesNotCacheOptionsRequest()
1438
1437
1439
1438
public function testUsesOriginalRequestForSurrogate ()
1440
1439
{
1441
- $ kernel = $ this ->getMockBuilder (HttpKernelInterface::class )->getMock ();
1442
- $ store = $ this ->getMockBuilder (StoreInterface::class )->getMock ();
1440
+ $ kernel = $ this ->getMockBuilder (' Symfony\Component\HttpKernel\ HttpKernelInterface' )->getMock ();
1441
+ $ store = $ this ->getMockBuilder (' Symfony\Component\HttpKernel\HttpCache\ StoreInterface' )->getMock ();
1443
1442
1444
1443
$ kernel
1445
1444
->expects ($ this ->exactly (2 ))
You can’t perform that action at this time.
0 commit comments