readme

来自「Smarty-2.6.19.zip 方便大家下载」· 代码 · 共 33 行

TXT
33
字号
Smarty Unit Testing-------------------Smarty unit tests require the PEAR PHPUnitpackage to be installed. See if you have thatinstalled with the following command:$> pear listIf you don't see PHPUnit, install with this:$> pear install PHPUnitEdit the config.php file,be sure everything is defined correctly.Be sure the following directories are present:templatesconfigstemplates_c (writable)cache (writable)Then run from the command line:php -q smarty_unit_test.phpOr from the web browser:http://www.your_domain.com/path/to/smarty_unit_test_gui.phpThis will run a unit test for every componentof Smarty and dump the results. All should passwith flying colors. :)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?