OSDN Git Service

a401a647c105a443dbc50d22802c5e1be7cc1f49
[ethna/ethna.git] / skel / www.unittest.php
1 <?php
2 error_reporting(E_ALL);
3 require_once '{$basedir}/app/{$project_id}_Controller.php';
4
5 {$project_id}_Controller::main('{$project_id}_Controller', array(
6     '__ethna_unittest__',
7     )
8 );
9 ?>