summaryrefslogtreecommitdiffstats
path: root/composer-bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'composer-bootstrap.php')
-rw-r--r--composer-bootstrap.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer-bootstrap.php b/composer-bootstrap.php
new file mode 100644
index 0000000..dcc5a5a
--- /dev/null
+++ b/composer-bootstrap.php
@@ -0,0 +1,6 @@
+<?php
+require 'Composer/autoload.php';
+$loader->registerNamespaces(array(
+ 'Composer\\Test' => __DIR__
+));
+require __DIR__.'/Composer/TestCase.php';