repo.or.cz
/
phpt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a PHPT_Suite_Visitor interface
[phpt.git]
/
scripts
/
phpt.php
blob
28d613b65e5f98593e06a3b0b24cf8ee6db0e185
1
#!@php_bin@
2
<
?php
3
/**
4
* @internal this is all devel level code just for testing out on other systems
5
*/
6
7
require_once
'PHPT/Framework.php'
;
8
9
$controller
=
new
PHPT_Controller_CLI
();
10
$controller
->
run
(
$argv
);