Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 24, 2024
1 parent af8a808 commit cf6fe32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Feature/ProgressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'array' => [['Alabama', 'Alaska', 'Arizona', 'Arkansas']],
'collection' => [collect(['Alabama', 'Alaska', 'Arizona', 'Arkansas'])],
'integer' => [4],
]);
])->skip(!depends_on_collection());

it('renders a progress bar without a label', function () {
Prompt::fake();
Expand Down
1 change: 0 additions & 1 deletion tests/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@
function depends_on_collection(): bool
{
return Composer\InstalledVersions::isInstalled('illuminate/collections', false);
// ..
}

0 comments on commit cf6fe32

Please sign in to comment.