summaryrefslogtreecommitdiffstats
path: root/integration-tests-check.php
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests-check.php')
-rw-r--r--integration-tests-check.php11
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');