Skip to content

Commit bf017a9

Browse files
committed
fixed tests
1 parent c3d6af0 commit bf017a9

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)