diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:31:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:31:33 -0400 |
commit | 150f94f051128f367bc89f6b7e5f57eb2a69fc62 (patch) | |
tree | 181f454813b310ee97385058c6c6f2e3f34d5fd8 /vendor/ruflin/elastica/test/bootstrap.php | |
parent | 7e85254903c7c0cb49e381f16b18441ea7b058cc (diff) | |
parent | 80f7dc77d430774192b929d780f96260066df2ee (diff) |
Merge commit '80f7dc'
# Conflicts:
# extensions/ArchInterWiki.sql
Diffstat (limited to 'vendor/ruflin/elastica/test/bootstrap.php')
-rw-r--r-- | vendor/ruflin/elastica/test/bootstrap.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/ruflin/elastica/test/bootstrap.php b/vendor/ruflin/elastica/test/bootstrap.php deleted file mode 100644 index 5903f805..00000000 --- a/vendor/ruflin/elastica/test/bootstrap.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -defined('BASE_PATH') || define('BASE_PATH', realpath(__DIR__)); - -require dirname(__DIR__) . '/vendor/autoload.php'; |