コード例 #1
0
ファイル: ElasticSearchTest.php プロジェクト: spira/api-core
 /**
  * No abstract static methods
  * So we make small coverage hack here.
  */
 public function testCoverageStatic()
 {
     TestEntity::createCustomIndexes();
     TestEntity::deleteCustomIndexes();
 }