Skip to content

Commit

Permalink
Updated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Oct 6, 2023
1 parent ef172b7 commit 2ef204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TargetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

$target = platoon()->defaultTarget();

$this->assertSame($target->php.' '.$target->composer, $target->composer());
$this->assertSame($target->php.' -dallow_url_fopen=1 '.$target->composer, $target->composer());

});

Expand Down

0 comments on commit 2ef204c

Please sign in to comment.