diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls')
-rw-r--r-- | tests/FunctionalTests/active-controls/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/index.php b/tests/FunctionalTests/active-controls/index.php index 8fa57a6a..4d4aeed2 100644 --- a/tests/FunctionalTests/active-controls/index.php +++ b/tests/FunctionalTests/active-controls/index.php @@ -1,7 +1,7 @@ <?php $basePath=dirname(__FILE__); -$frameworkPath="/Users/weizhuo/Sites/workspace/prado-trunk/framework/prado.php"; +$frameworkPath="../../../framework/prado.php"; $assetsPath=$basePath."/assets"; $runtimePath=$basePath."/protected/runtime"; |