Skip to content

Commit

Permalink
Adopt to changes in yiisoft/yii-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jan 23, 2025
1 parent 927c806 commit fe0906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Debug/Middleware/DebugHeadersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function testHeaders(): void
);

$debugger = new Debugger(new MemoryStorage(), []);
$debugger->startup(new stdClass());
$debugger->start(new stdClass());
$expectedId = $debugger->getId();

$middleware = new DebugHeaders($urlGenerator, $debugger);
Expand Down

0 comments on commit fe0906c

Please sign in to comment.