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 文件(返回頂部)