Skip to content

Commit 2becb03

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [Process] Fix stopping a process on Windows Added a test case for the Logger class. CS: general fixes
2 parents a90a5e4 + 00192eb commit 2becb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Generator/Dumper/PhpGeneratorDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function testDumpWithRoutes()
8686
public function testDumpWithTooManyRoutes()
8787
{
8888
$this->routeCollection->add('Test', new Route('/testing/{foo}'));
89-
for ( $i = 0; $i < 32769; ++$i ) {
89+
for ($i = 0; $i < 32769; ++$i) {
9090
$this->routeCollection->add('route_'.$i, new Route('/route_'.$i));
9191
}
9292
$this->routeCollection->add('Test2', new Route('/testing2'));

0 commit comments

Comments
 (0)