readme
来自「一个基于web的开源项目管理工具」· 代码 · 共 25 行
TXT
25 行
DEPENDENCIESphpUnit runs on PHP3 or PHP4.phpUnit uses PCRE (Perl Compatible Regular Expressions). PCRE isnormally compiled into PHP, but it might be missing from custom buildsof PHP.INSTALLATIONPlace the phpunit.php file so that it is in the PHP include_path forthe PHP code to be tested. Installing it in the same directory as thecode-under-test should work.The same phpunit.php file can be shared by any number of test suites.You may wish to install phpunit.php in just one place and adjust thePHP include_path to include that place.EXAMPLESThe self-test suite for phpUnit itself is currently the best (only)example distributed with phpUnit. See phpunit_test.php.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?