summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon2011-03-25 15:51:56 +0100
committerSimon2011-03-25 15:51:56 +0100
commitfe944ac09029d3e173b629f99e0b8ef4d8212d0b (patch)
tree1c080155e4ac6e5d0472fbca4b9b39a0ca375c27 /tests
parentdebuglevel aus (diff)
downloadpbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.tar.gz
pbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.tar.xz
pbs2-fe944ac09029d3e173b629f99e0b8ef4d8212d0b.zip
gruppengraph nach einloggen in /user/
Diffstat (limited to 'tests')
-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 */
+ }
+
+
+}
+