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 550358f commit f8e36ecCopy full SHA for f8e36ec
tests/IndexTest.php
@@ -66,5 +66,6 @@ public function blue_green()
66
$this->assertFalse($this->customerIndex->hasBlueGreenIndices());
67
$this->expectException(BlueGreenIndicesIncorrectlySetupException::class);
68
$this->customerIndex->getBlueGreenActiveElasticaIndex();
69
+ $this->customerIndex->getBlueGreenInactiveElasticaIndex();
70
}
71
0 commit comments