Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.75 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.75 KB

php 測試練習

src/:

tests/:

運行

  1. 必需先裝好 php, composer
  2. 執行:composer install
  3. 執行:composer dump-autoload
  4. 執行下列任一指令查看測試結果:
    • php vendor/bin/phpunit tests/ --color
    • php vendor/bin/phpunit tests/ --testdox --color
  5. 執行以下指令並以瀏覽器開啟 report/index.html 可查看測試覆蓋率
    • php vendor/bin/phpunit tests/ --coverage-html report/