Skip to content

Commit 3fd657f

Browse files
committed
Use Symfony v5.2 in SymfonyBench.php
1 parent baaf3e3 commit 3fd657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Benchmarks/Integrations/SymfonyBench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function benchSymfonyOverhead()
4343

4444
public static function getAppIndexScript()
4545
{
46-
return __DIR__ . '/../../Frameworks/Symfony/Version_6_2/public/index.php';
46+
return __DIR__ . '/../../Frameworks/Symfony/Version_5_2/public/index.php';
4747
}
4848

4949
public function disableSymfonyTracing()

0 commit comments

Comments
 (0)