-small fixes

-about popup without styling added
This commit is contained in:
mkonecny 2011-02-10 20:48:26 -05:00
parent fce3f390ef
commit cf004abb44
12 changed files with 74 additions and 7 deletions

View file

@ -0,0 +1,20 @@
<?php
require_once 'PHPUnit/Framework/TestCase.php';
class DashboardControllerTest extends PHPUnit_Framework_TestCase
{
public function setUp()
{
/* Setup Routine */
}
public function tearDown()
{
/* Tear Down Routine */
}
}