diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-19 15:15:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-19 15:15:26 +0100 |
commit | f74a57841075b2226488162ac969ccd448763804 (patch) | |
tree | 5402e0897e43f4766f8c10fe85e94cfb50c7b307 /integration-tests-check.php | |
parent | fedee1f311abc7f99158b6f161d2aa99f1f66de2 (diff) |
update to 5.0.1
drop patch merged upstream
Diffstat (limited to 'integration-tests-check.php')
-rw-r--r-- | integration-tests-check.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/integration-tests-check.php b/integration-tests-check.php deleted file mode 100644 index 24f5b89..0000000 --- a/integration-tests-check.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -if (file_exists(__DIR__ . "/test_env.php")) { - include __DIR__ . '/test_env.php'; -} - -if (getenv('TEST_KAFKA_BROKERS')) { - return; -} - -die('skip due to missing TEST_KAFKA_BROKERS environment & no test_env.php'); |