Skip to content

Commit 5b60c8e

Browse files
committed
Merge branch '4.0'
* 4.0: fixed tests
2 parents d259be1 + bf017a9 commit 5b60c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testOpeningDisallowedPaths($path, $isAllowed)
5959
->disableOriginalConstructor()
6060
->getMock();
6161

62-
$controller = new ProfilerController($urlGenerator, $profiler, $twig, array(), 'bottom', null, __DIR__.'/../..');
62+
$controller = new ProfilerController($urlGenerator, $profiler, $twig, array(), null, __DIR__.'/../..');
6363

6464
try {
6565
$response = $controller->openAction(Request::create('/_wdt/open', Request::METHOD_GET, array('file' => $path)));

0 commit comments

Comments
 (0)