OSDN Git Service

Merge branch 'plugin_abstract'
[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 ?>