summaryrefslogtreecommitdiff
path: root/vendor/ramsey/array_column/tests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/array_column/tests/bootstrap.php')
-rw-r--r--vendor/ramsey/array_column/tests/bootstrap.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/ramsey/array_column/tests/bootstrap.php b/vendor/ramsey/array_column/tests/bootstrap.php
deleted file mode 100644
index 97eabbac..00000000
--- a/vendor/ramsey/array_column/tests/bootstrap.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-error_reporting(E_ALL | E_STRICT);
-
-require_once 'src/array_column.php';