Skip to content

Commit 89f34dd

Browse files
committed
Added header license to test_to_skip.php
1 parent 2e01d74 commit 89f34dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/test_to_skip.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?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+
214
// A list of tests in elasticsearch-clients-tests to be skipped
315
return [
416
'cat/aliases.yml',

0 commit comments

Comments
 (0)