Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality improvements #73

Merged
merged 2 commits into from
Apr 17, 2019
Merged

Quality improvements #73

merged 2 commits into from
Apr 17, 2019

Conversation

thunderer
Copy link
Owner

@thunderer thunderer commented Dec 18, 2018

  • added PHP 7.3 to Travis matrix,
  • added support for PHPUnit 7.x,
  • added docker-compose with PHP from 5.4 up to 7.3 (custom 5.4 image, 5.3 lacks ext-mbstring),
  • added Makefile with composer update and phpunit commands based on docker-compose,
  • added hirak/prestissimo for faster dependency installation,
  • resolved the issue with expectException() on PHP 7.3,
  • minor code cleanup: removed property null assignments, less function calls, strict comparison,
  • fixed PHPUnit 7.x phpunit.xml issues.

…, dropped HHVM as PHPUnit no longer works on it, added Makefile with multiple PHP version composer update and phpunit commands, added docker-compose with from PHP 5.4 up to 7.3 (5.4 from custom Dockerfile, 5.3 is not available due to lack of the mbstring extension), added hirak/prestissimo for faster dependency installation, fixed phpunit.xml issues reported with the latest version, resolved the issue with expectException() on PHP 7.3
@thunderer thunderer merged commit d19ded9 into master Apr 17, 2019
@thunderer thunderer deleted the quality-of-life branch April 17, 2019 18:57
@thunderer thunderer restored the quality-of-life branch November 2, 2020 00:16
@thunderer thunderer deleted the quality-of-life branch November 2, 2020 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant