Closed peter279k closed 5 years ago
Let php-nightly be allowed to be failure because nobody can guarantee that this nightly version will be successful in every Travis CI build.
php-nightly
Defining correct PHPUnit versions to support different PHP versions.
PHPUnit
According to the PHPUnit reference, the PHPUnit\Framework\TestCase::setUp is protected, not public.
PHPUnit\Framework\TestCase::setUp
protected
public
Thank you @peter279k . Merging.
Changed log
Let
php-nightly
be allowed to be failure because nobody can guarantee that this nightly version will be successful in every Travis CI build.Defining correct
PHPUnit
versions to support different PHP versions.According to the PHPUnit reference, the
PHPUnit\Framework\TestCase::setUp
isprotected
, notpublic
.