summaryrefslogtreecommitdiffstats
path: root/tests/application
diff options
context:
space:
mode:
authormichael pereira2011-03-25 17:24:17 +0100
committermichael pereira2011-03-25 17:24:17 +0100
commit9615b25b5afd08263a09ae9ef71daeb9e545b6e5 (patch)
tree98ccbd71450ca558bb4ebddeef5845b562e53fd8 /tests/application
parentfixes (diff)
parentgruppengraph nach einloggen in /user/ (diff)
downloadpbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.tar.gz
pbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.tar.xz
pbs2-9615b25b5afd08263a09ae9ef71daeb9e545b6e5.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'tests/application')
-rw-r--r--tests/application/controllers/StatsControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/StatsControllerTest.php b/tests/application/controllers/StatsControllerTest.php
new file mode 100644
index 0000000..d130e2e
--- /dev/null
+++ b/tests/application/controllers/StatsControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class StatsControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+