diff options
Diffstat (limited to 'tests/FunctionalTests/framework/application.xml')
-rw-r--r-- | tests/FunctionalTests/framework/application.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/FunctionalTests/framework/application.xml b/tests/FunctionalTests/framework/application.xml new file mode 100644 index 00000000..16377248 --- /dev/null +++ b/tests/FunctionalTests/framework/application.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<application id="functional" mode="Debug">
+ <paths>
+ <alias id="Tests" path="." />
+ </paths>
+ <!-- modules configured and loaded for all services -->
+ <services>
+ <!-- page service, BasePath is required -->
+ <service id="page" BasePath="Tests" DefaultPage="IndexPage" />
+ </services>
+</application>
\ No newline at end of file |