Skip to content

Commit f99e81d

Browse files
committed
try to fix test
1 parent 9d4a929 commit f99e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/KernelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ protected function getBundle($dir = null, $parent = null, $className = null, $bu
627627
{
628628
$bundle = $this
629629
->getMockBuilder('Symfony\Component\HttpKernel\Bundle\BundleInterface')
630-
->setMethods(['getPath', 'getParent', 'getName'])
630+
->setMethods(['getPath', 'getPublicPath', 'getParent', 'getName'])
631631
->disableOriginalConstructor()
632632
;
633633

0 commit comments

Comments
 (0)