Skip to content

Released version 0.5

Latest
Compare
Choose a tag to compare
@grogy grogy released this 17 Aug 12:14
· 11 commits to master since this release

Added

  • Added --custom-function parameter to check custom debug functions #10 from @umutphp.
  • Added .gitattributes from @reedy.

Fixed

  • PHP 7.4: fix compatibility issue #7 from @jrfnl.

Internal

  • Replaced array syntax with short array syntax from @peter279k.
  • Added EOF (end of file) for some PHP files from @peter279k.
  • Removed $loader variable on bootstrap.php file because it's unused from @peter279k.
  • To be compatible with future PHPUnit version, using the ^4.8.36 version at least from @peter279k.
  • Changed namespace to PHPunit\Framework\TestCase class namesapce from @peter279k.
  • Composer: allow installation of more recent Parallel Lint #9 from @jrfnl.
  • Travis: removed sudo #8 from @jrfnl.
  • Travis: removed Composer option --prefer-source #8 from @jrfnl.