summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-04-11 12:38:07 -0400
committerBrian Evans <grknight@gentoo.org>2019-04-11 12:38:07 -0400
commit7ca5b75930bae849ae4cbda33360a0ffd90f2de3 (patch)
treece9fdbdc20d192a14ed4a10e817da85840c57975 /UserFunctions/vendor/composer/installers/tests/bootstrap.php
parentUpdate Thanks for 1.32 (diff)
downloadextensions-7ca5b75930bae849ae4cbda33360a0ffd90f2de3.tar.gz
extensions-7ca5b75930bae849ae4cbda33360a0ffd90f2de3.tar.bz2
extensions-7ca5b75930bae849ae4cbda33360a0ffd90f2de3.zip
Clean up UserFunctions
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'UserFunctions/vendor/composer/installers/tests/bootstrap.php')
-rw-r--r--UserFunctions/vendor/composer/installers/tests/bootstrap.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/UserFunctions/vendor/composer/installers/tests/bootstrap.php b/UserFunctions/vendor/composer/installers/tests/bootstrap.php
deleted file mode 100644
index 30c8fdc6..00000000
--- a/UserFunctions/vendor/composer/installers/tests/bootstrap.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-$loader = require __DIR__ . '/../src/bootstrap.php';
-$loader->add('Composer\Installers\Test', __DIR__);