Skip to content

Commit 164af5a

Browse files
committed
Remove index() test on testIndexingEmptyEntity() test
1 parent 96338ae commit 164af5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Integration/EngineTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ public function testIndexingEmptyEntity(): void
3939
null
4040
);
4141

42-
// Index
43-
$result = $this->engine->index($searchableImage);
44-
$this->assertEmpty($result);
45-
4642
// Remove
4743
$result = $this->engine->remove($searchableImage);
4844
$this->assertArrayHasKey('sf_phpunit__image', $result);

0 commit comments

Comments
 (0)