OSDN Git Service

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