-added simple configuration page
-implemented CC-1830 -issue CC-1850 closed
This commit is contained in:
parent
1e23907df1
commit
df675bd8c6
15 changed files with 179 additions and 9 deletions
20
tests/application/controllers/PreferenceControllerTest.php
Normal file
20
tests/application/controllers/PreferenceControllerTest.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
require_once 'PHPUnit/Framework/TestCase.php';
|
||||
|
||||
class PreferenceControllerTest 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