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 4eb02d8 commit 96338aeCopy full SHA for 96338ae
tests/Integration/EngineTest.php
@@ -45,7 +45,7 @@ public function testIndexingEmptyEntity(): void
45
46
// Remove
47
$result = $this->engine->remove($searchableImage);
48
- $this->assertEmpty($result);
+ $this->assertArrayHasKey('sf_phpunit__image', $result);
49
50
// Update
51
$result = $this->engine->index($searchableImage);
0 commit comments