0
PHPUnit版本是Codeship上的PHPUnit 4.3.5。但PHPUnit 5.2是目前的穩定版本系列。如何更新Codeship上的PHPUnit
如何在Codeship上使用PHPUnit 5.2.5?
PHPUnit版本是Codeship上的PHPUnit 4.3.5。但PHPUnit 5.2是目前的穩定版本系列。如何更新Codeship上的PHPUnit
如何在Codeship上使用PHPUnit 5.2.5?
就composer install
前添加此 「設置命令」部分:
composer global remove "phpunit/phpunit" --update-with-dependencies
composer global require "phpunit/phpunit=5.*"
這對我的作品!