Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 634 Bytes

LaraDiner #40 - 單元測試的藝術 第五、六章

講者:Winnie Lin

單元測試的藝術 第二版 (The Art of Unit Testing: with examples in C# 2nd Edition)

Chapter 5 : 隔離(模擬)框架

Chapter 6 : 深入了解隔離框架

範例執行

C# 範例程式碼以 PHP 改寫

  • PHP 版本 >= 7.1
  • PHPUnit 版本 7.4.4

安裝必要套件

composer install

執行測試

./vendor/bin/phpunit