diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-03 03:23:30 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-03 03:23:30 +0000 |
commit | 6f959deed90750d3f87f26e64fc44beb3f7ba903 (patch) | |
tree | 352ca4e697f9f2e753bf27a2790bb34231350088 /index.php | |
parent | db5bc2050063cc9fb3830ec769bfbbc01e1f4198 (diff) |
Rename generic test.php to gallery_unit_test.php to make navigation to this file a little easier
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/')); // Force a test run if we're in command line mode. if (PHP_SAPI == 'cli') { - $_SERVER['argv'] = array($_SERVER['argv'][0], 'test'); + $_SERVER['argv'] = array($_SERVER['argv'][0], 'gallery_unit_test'); define('TEST_MODE', 1); @system('mkdir -p test/var/logs'); define('VARPATH', strtr(realpath('test/var') . '/', DIRECTORY_SEPARATOR, '/')); |