let DEV_2 be trunk
[m6w6/ext-http] / phpunit.php
diff --git a/phpunit.php b/phpunit.php
new file mode 100644 (file)
index 0000000..8a61937
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+require_once "PHPUnit/Autoload.php";
+$c = new PHPUnit_TextUI_Command;
+$c->run(array_merge($argv, array(__DIR__."/phpunit/")));