Skip to content

Commit

Permalink
Fix issue in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 5, 2023
1 parent d84208b commit 32eccf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Application/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ protected function doSetUp()

$container = new Container;

$components = Collector::get($container, $items, $GLOBALS);
$globals = $GLOBALS;

$components = Collector::get($container, $items, $globals);

$this->components = $components;
}
Expand Down

0 comments on commit 32eccf9

Please sign in to comment.