예제 #1
0
 public function testOptimizeAll()
 {
     $client = new Elastica_Client();
     $response = $client->optimizeAll();
     $this->assertFalse($response->hasError());
 }