-small fixes
-about popup without styling added
This commit is contained in:
parent
fce3f390ef
commit
cf004abb44
12 changed files with 74 additions and 7 deletions
20
tests/application/controllers/DashboardControllerTest.php
Normal file
20
tests/application/controllers/DashboardControllerTest.php
Normal 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 */
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue