summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/framework/application.xml
blob: 16377248579a3a5de633f3eb44abfee2749a2193 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>