https://github.com/smeghead/tdd-copying-xunit-php
https://github.com/smeghead/tdd-copying-xunit-php
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/tdd-copying-xunit-php
- Owner: smeghead
- License: apache-2.0
- Created: 2023-03-23T12:00:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T12:46:14.000Z (over 2 years ago)
- Last Synced: 2025-09-11T19:53:12.002Z (3 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# テスト駆動開発(xUnit)を写経する
t_wadaさんが、テスト駆動開発の写経を勧めていたので、PHPで写経してみます。
https://twitter.com/t_wada/status/1334561597
## Open shell
```bash
docker-compose run --rm php_cli bash
```
## Diagrams
各章の時点でのクラス図の記録です。自作ツールのphp-class-diagramで出力しています。
### 第2部
#### 第18章 xUnitへ向かう小さな一歩

#### 第19章 前準備

#### 第20章 後片付け

#### 第21章 数え上げ

#### 第22章 失敗の扱い

#### 第23章 スイートにまとめる
