Prefixed constants to avoid possible naming conflicts

This commit is contained in:
Alexander Makarov
2014-08-18 01:56:36 +04:00
parent 2df4dff4ed
commit 480b03beb7
22 changed files with 83 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
<?php
$_SERVER['SCRIPT_FILENAME'] = TEST_ENTRY_FILE;
$_SERVER['SCRIPT_NAME'] = TEST_ENTRY_URL;
$_SERVER['SCRIPT_FILENAME'] = YII_TEST_ENTRY_FILE;
$_SERVER['SCRIPT_NAME'] = YII_TEST_ENTRY_URL;
/**
* Application configuration for functional tests