diff options
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/myscripts/packages.php')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/myscripts/packages.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/myscripts/packages.php b/tests/FunctionalTests/features/protected/pages/myscripts/packages.php new file mode 100644 index 00000000..41561a71 --- /dev/null +++ b/tests/FunctionalTests/features/protected/pages/myscripts/packages.php @@ -0,0 +1,10 @@ +<?php
+
+$packages['test'] = array('test.js');
+
+$deps['test'] = array('test');
+$deps['test2'] = array('test');
+
+return array($packages,$deps);
+
+?>
\ No newline at end of file |