# PHPUnitTool **Repository Path**: Taurus12C/PHPUnitTool ## Basic Information - **Project Name**: PHPUnitTool - **Description**: 一个简单的phpunit辅助工具,这样就不用在命令行操作了 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHPUnit测试工具 ### 一次小小的尝试 > 详见 [PHPUnit](http://www.phpunit.cn) --- 注意:使用前请确保 PHP>=7.1,且安装了php_xdebug.dll扩展 **使用方详:** 请先按照配置文件配置,phpunit执行文件位置在‘/your path/vendor/bin’目录下,phpunit.xml位置在 ‘your path/vendor/phpunit/phpunit/’目录下。配置完成后就可以根据你的需求在tests文件下编辑你的 单元测试文件了。编辑好了之后打开环境打开浏览器执行根目录的index.php文件就大功告成了!