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 2e01d74 commit 89f34ddCopy full SHA for 89f34dd
tests/test_to_skip.php
@@ -1,4 +1,16 @@
1
<?php
2
+/**
3
+ * Elasticsearch PHP Client
4
+ *
5
+ * @link https://github.com/elastic/elasticsearch-php
6
+ * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
7
+ * @license https://opensource.org/licenses/MIT MIT License
8
9
+ * Licensed to Elasticsearch B.V under one or more agreements.
10
+ * Elasticsearch B.V licenses this file to you under the MIT License.
11
+ * See the LICENSE file in the project root for more information.
12
+ */
13
+
14
// A list of tests in elasticsearch-clients-tests to be skipped
15
return [
16
'cat/aliases.yml',
0 commit comments