* @todo be smarter in creating client stub for proxy/auth cases: only set appropriate property of client obj
**/
+if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_prepend.php";
+
header('Content-Type: text/html; charset=utf-8');
?>
?>
</body>
</html>
+<?php if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_append.php"; ?>
* @todo if js libs are not available, do not try to load them
**/
+if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_prepend.php";
+
// Make sure we set the correct charset type for output, so that we can display all characters
header('Content-Type: text/html; charset=utf-8');
</form>
</body>
</html>
+<?php if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_append.php"; ?>
<?php
+
+if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_prepend.php";
+
$query = '';
if (isset($_GET['run'])) {
$path = parse_url($_GET['run']);
<frame name="frmaction" src="action.php" marginwidth="0" marginheight="0" frameborder="0"/>
</frameset>
</html>
+<?php if (getenv('TESTMODE') === 'true') require_once __DIR__ . "../demo/server/_append.php"; ?>
# Env vars used by the test code, which we get from the environment
SetEnv HTTPSERVER ${HTTPSERVER}
+ SetEnv TESTMODE true
<Directory "${TESTS_ROOT_DIR}">
Options FollowSymLinks MultiViews