Skip to content

Commit

Permalink
make sample a defined property
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 8, 2024
1 parent 47c6af0 commit 4379ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/Search/IndexMetadataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class IndexMetadataTest extends TestCase
{
private IndexMetadata $sample;

public function setUp(): void
{
$this->sample = IndexMetadata::fromContents('search_2', 'search_1');
Expand Down

0 comments on commit 4379ad6

Please sign in to comment.