codeigniter iii ultimate
1.0.0
该项目的目的是获得使用 CI3 的启动项目的最佳实践和设置。结合与 CodeIgniter 3 相关的库创建、博客和文章。
探索文档 »
查看演示(即将) ·报告错误·请求功能
git bash
就足够了) Clone the project
(返回顶部)
第一个 phpunit 是创建 xdebug 文件以生成更快的报告
$ cd /path/to/codeigniter/
$ cd bin/
$ phpunit --dump-xdebug-filter ../../bin/xdebug-filter.php
输出示例
$ phpunit --dump-xdebug-filter ../../bin/xdebug-filter.php
PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
Wrote Xdebug filter script to ../../bin/xdebug-filter.php
$ phpunit --prepend bin/xdebug-filter.php --verbose --testdox
输出示例
PHPUnit 7.5.18 by Sebastian Bergmann and contributors.
Runtime: PHP 7.3.3 with Xdebug 2.8.1
Configuration: C:xampphtdocscodeigniter-iii-ultimatephpunit.xml
Welcome_test
Index [149.21 ms]
Method 404 [105.63 ms]
A p p p a t h [43.57 ms]
Time: 1.25 seconds, Memory: 12.00 MB
OK (3 tests, 3 assertions)
Generating code coverage report in Clover XML format ... done
Generating Crap4J report XML file ... done
Generating code coverage report in HTML format ... done
Generating code coverage report in PHP format ... done
(返回顶部)
(返回顶部)
(返回顶部)
我们使用 SemVer 进行版本控制。有关可用版本,请参阅此存储库上的标签。
(返回顶部)
或者
通过以下方式支持该项目和其他项目
(返回顶部)
(返回顶部)
我们热爱贡献!查看贡献指南以获取更多信息。对社区来说最简单且真正有帮助的就是向我们支持的库列表贡献元信息。
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)版权所有 (c) 2019 年至今“该项目中的代码已获得 MIT 许可。”该项目已获得 MIT 许可 - 有关详细信息,请参阅 LICENSE.md 文件(返回顶部)