テスト駆動開発をPHP8.0でやる
PHP 8.0
PHPUnit 9.5
$ docker compose up -d$ docker container exec -it phpunit bash~:/app# composer require --dev phpunit/phpunit~:/app# vendor/bin/phpunit src/tests --testdox~:/app# exit
# コンテナの停止・削除
$ docker compose down | Name | Name | Last commit date | ||
|---|---|---|---|---|
テスト駆動開発をPHP8.0でやる
PHP 8.0
PHPUnit 9.5
$ docker compose up -d$ docker container exec -it phpunit bash~:/app# composer require --dev phpunit/phpunit~:/app# vendor/bin/phpunit src/tests --testdox~:/app# exit
# コンテナの停止・削除
$ docker compose down