summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-26 12:11:53 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-26 16:33:26 +0200
commitf77e9f2408265f07c694e3ede9fe8e7954f5ee9e (patch)
tree316778235320c2d9f3453a895e9fa916715c4497 /tests
parentebc69836825b7e530b9461baddd0fd6c68a6cd7c (diff)
Add loadApp to test cases
Diffstat (limited to 'tests')
-rw-r--r--tests/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/index.php b/tests/index.php
index 880e98536..d4d0e88bf 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -3,6 +3,7 @@
/**
*
*/
+OC_App::loadApp('news');
class Test_News_MyTest extends UnitTestCase
{