Renaming the test file
[viewsvn.git] / docs / phpunit / ApplicationControllerTest.php
1 <?php
2
3 // load test harness
4 require_once('PHPUnit2/Framework/TestCase.php');
5
6 // load piggy
7 chdir('./../../');
8 require_once('./includes/Applicationcontroller.php');
9
10 class ApplicationControllerTest extends PHPUnit2_Framework_TestCase
11 {
12 protected $fixture;
13
14 public function setUp() {}
15 }
16
17 ?>