Skip to content

Commit

Permalink
Some additional testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Oct 12, 2023
1 parent d8b39ef commit 564c613
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/TargetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@

});

it('will return a string of default php flags', function () {
$target = platoon()->defaultTarget();

$this->assertSame('-dallow_url_fopen=1', $target->phpFlags());
});

it('will return a string of custom composer flags', function () {

config(['platoon.targets.staging.extra.composer-flags' => [
Expand Down

0 comments on commit 564c613

Please sign in to comment.