Add a PHPT_Suite_Visitor interface
[phpt.git] / scripts / phpt.php
blob28d613b65e5f98593e06a3b0b24cf8ee6db0e185
1 #!@php_bin@
2 <?php
3 /**
4 * @internal this is all devel level code just for testing out on other systems
5 */
7 require_once 'PHPT/Framework.php';
9 $controller = new PHPT_Controller_CLI();
10 $controller->run($argv);