We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96338ae commit 164af5aCopy full SHA for 164af5a
tests/Integration/EngineTest.php
@@ -39,10 +39,6 @@ public function testIndexingEmptyEntity(): void
39
null
40
);
41
42
- // Index
43
- $result = $this->engine->index($searchableImage);
44
- $this->assertEmpty($result);
45
-
46
// Remove
47
$result = $this->engine->remove($searchableImage);
48
$this->assertArrayHasKey('sf_phpunit__image', $result);
0 commit comments