diff options
Diffstat (limited to 'tests/FunctionalTests/framework/config.xml')
-rw-r--r-- | tests/FunctionalTests/framework/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FunctionalTests/framework/config.xml b/tests/FunctionalTests/framework/config.xml new file mode 100644 index 00000000..918c49df --- /dev/null +++ b/tests/FunctionalTests/framework/config.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <pages>
+ <page id="IndexPage" class="TPage" TemplateFile="Tests.IndexPage" />
+ </pages>
+</configuration>
\ No newline at end of file |