Update test case
Change-Id: Iede024c3e6fa6ac62228cb96bc5a45bf873ac528
diff --git a/documentation/samples/1st.php b/documentation/samples/1st.php
index d3d1020..d6930fc 100644
--- a/documentation/samples/1st.php
+++ b/documentation/samples/1st.php
@@ -24,7 +24,10 @@
<body>
-<?php include '/tea/header.php'; ?>
+<?php
+include $_SERVER['DOCUMENT_ROOT'] . '/tea/header.php';
+print $_SERVER['DOCUMENT_ROOT'];
+?>
<img style="position: fixed; top: 0; right: 0; margin-top: 65px; z-index:1000; border: 0; " src="/tea/images/incubation.png"/>