cvs: smarty /unit_test test_case.php test_cases.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1074875299@cvsserver> |
mohrt Fri Jan 23 11:28:19 2004 EDT
Removed files:
/smarty/unit_test test_case.php
Modified files:
/smarty/unit_test test_cases.php
Log:
remove file
http://cvs.php.net/diff.php/smarty/unit_test/test_cases.php?r1=1.3&r2=1.4&ty=u
Index: smarty/unit_test/test_cases.php
diff -u smarty/unit_test/test_cases.php:1.3 smarty/unit_test/test_cases.php:1.4
--- smarty/unit_test/test_cases.php:1.3 Fri Jan 23 11:05:58 2004
+++ smarty/unit_test/test_cases.php Fri Jan 23 11:28:19 2004
@@ -230,7 +230,7 @@
/* CONFIG FILE TESTS */
- // test assigning a quoted global variable
+ // test assigning a double quoted global variable
function test_config_load_globals_double_quotes() {
// load the global var
$this->smarty->config_load('globals_double_quotes.conf');
@@ -238,7 +238,7 @@
$this->assertEquals($this->smarty->_config[0]['vars']['foo'], 'bar');
}
- // test assigning a quoted global
+ // test assigning a single quoted global variable
function test_config_load_globals_single_quotes() {
// load the global var
$this->smarty->config_load('globals_single_quotes.conf');
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php