Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Nov 18, 2023
1 parent 0dec223 commit 47e6c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/Unit/DTO/DocumentIndex/IndexTableDTOTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
expect($instance)
->toBeInstanceOf(IndexTableDTO::class);

ray($instance->values());
expect($instance->values())
->toBeArray()
->toMatchArray([
Expand Down Expand Up @@ -81,4 +80,4 @@
'ItemElementName' => 'Table',
]);

})->group('dto', 'table');
})->group('dto');
2 changes: 1 addition & 1 deletion tests/Unit/DTO/DocumentIndex/PrepareDTOTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
$indexes = collect([PrepareDTO::guess($name, $value)]);

expect(PrepareDTO::makeContent($indexes))
->toBeJson();
->toBeArray();

})->group('dto');

0 comments on commit 47e6c46

Please sign in to comment.