X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=wwwroot%2Fsmarty%2FSmarty-2.6.10%2Funit_test%2FREADME;fp=wwwroot%2Fsmarty%2FSmarty-2.6.10%2Funit_test%2FREADME;h=0000000000000000000000000000000000000000;hb=e034221efbc7970ec58be22d7517fd3c503dc903;hp=d4d97313063af3796c8c841fcc4fb5cfe67529e6;hpb=c6f21b69e8210bdd0e80cf87f1c2f06dfc848a75;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/smarty/Smarty-2.6.10/unit_test/README b/wwwroot/smarty/Smarty-2.6.10/unit_test/README deleted file mode 100644 index d4d9731..0000000 --- a/wwwroot/smarty/Smarty-2.6.10/unit_test/README +++ /dev/null @@ -1,32 +0,0 @@ -Smarty Unit Testing -------------------- - -Smarty unit tests require the PEAR PHPUnit -package to be installed. See if you have that -installed with the following command: - -$> pear list - -If you don't see PHPUnit, install with this: - -$> pear install PHPUnit - -Edit the config.php file, -be sure everything is defined correctly. - -Be sure the following directories are present: - -templates -configs -templates_c (writable) -cache (writable) - -Then run from the command line: -php -q smarty_unit_test.php - -Or from the web browser: -http://www.your_domain.com/path/to/smarty_unit_test_gui.php - -This will run a unit test for every component -of Smarty and dump the results. All should pass -with flying colors. :)