summaryrefslogtreecommitdiffstats
path: root/tests/lib/template/resourcelocator.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/template/resourcelocator.php')
-rw-r--r--tests/lib/template/resourcelocator.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/template/resourcelocator.php b/tests/lib/template/resourcelocator.php
index d80d222e2c9..619560643fe 100644
--- a/tests/lib/template/resourcelocator.php
+++ b/tests/lib/template/resourcelocator.php
@@ -7,6 +7,11 @@
*/
class Test_ResourceLocator extends PHPUnit_Framework_TestCase {
+
+ /**
+ * @param string $theme
+ * @param string $form_factor
+ */
public function getResourceLocator( $theme, $form_factor, $core_map, $party_map, $appsroots ) {
return $this->getMockForAbstractClass('OC\Template\ResourceLocator',
array( $theme, $form_factor, $core_map, $party_map, $appsroots ),