sintonia/tests/application/controllers/DashboardControllerTest.php
mkonecny cf004abb44 -small fixes
-about popup without styling added
2011-02-10 20:48:26 -05:00

20 lines
272 B
PHP

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