summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormichael pereira2011-03-10 15:47:10 +0100
committermichael pereira2011-03-10 15:47:10 +0100
commit501f65203cb5e98f6f6c8afcd8e64e3d3a82e672 (patch)
treeef7f37935ae06e335f77e8e492b9446964b0c141 /tests
parentdefault kcl und config hinzugefuegt (diff)
downloadpbs2-501f65203cb5e98f6f6c8afcd8e64e3d3a82e672.tar.gz
pbs2-501f65203cb5e98f6f6c8afcd8e64e3d3a82e672.tar.xz
pbs2-501f65203cb5e98f6f6c8afcd8e64e3d3a82e672.zip
Resource Controller
Diffstat (limited to 'tests')
-rw-r--r--tests/application/controllers/RessourceControllerTest.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/application/controllers/RessourceControllerTest.php b/tests/application/controllers/RessourceControllerTest.php
new file mode 100644
index 0000000..593a2c6
--- /dev/null
+++ b/tests/application/controllers/RessourceControllerTest.php
@@ -0,0 +1,20 @@
+<?php
+
+require_once 'PHPUnit/Framework/TestCase.php';
+
+class RessourceControllerTest extends PHPUnit_Framework_TestCase
+{
+
+ public function setUp()
+ {
+ /* Setup Routine */
+ }
+
+ public function tearDown()
+ {
+ /* Tear Down Routine */
+ }
+
+
+}
+