コード例 #1
0
ファイル: SearchTest.php プロジェクト: ErikZigo/syrup
 public function testGetIndices()
 {
     $indices = self::$search->getIndices();
     $this->assertNotEmpty($indices);
 }