Skip to content

Commit

Permalink
test: Fix coverage annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Sep 12, 2024
1 parent 0e145b5 commit 624d4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Pipelines/OutputCollectionPipelineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Tests\Fixtures\Values\WrappedBag;
use Tests\Fixtures\Values\WrappedJsonBag;

covers(CollectionOutput::class);
covers(OutputCollectionPipeline::class);

test('it get array', function () {
$collection = collect([TestBag::from([
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Pipelines/Pipes/ProcessPropertiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Bag\Property\ValueCollection;
use Tests\Fixtures\Values\ComputedPropertyBag;

covers(ProcessParameters::class);
covers(ProcessProperties::class);

test('it handles properties', function () {
$bag = ComputedPropertyBag::from(['name' => 'Davey Shafik', 'age' => 40]);
Expand Down

0 comments on commit 624d4ab

Please sign in to comment.