Skip to content

Commit

Permalink
Fix existing PHPSpec test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed May 26, 2024
1 parent 3216120 commit 1300c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/Task/Config/MetadataSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function it_contains_an_options_resolver_with_default(): void
'enabled' => true,
'task' => '',
'label' => '',
'git_stage' => ['pre-commit', 'pre-push'],
]);
}

Expand Down

0 comments on commit 1300c44

Please sign in to comment.