mathematician
mathematician copied to clipboard
Test enhancement
Changed log
- Drop the
php-5.3,php-5.4andphp-5.5because they are old PHP versions. - Set that package is at least version is
php-5.6 - Remove the
--devoption because it's deprecated and it's the default option. - Use the
psr-4autoloader rather than using thepsr-0autoloader. - Add the
autoload-devincomposer.jsonto load the related test classes. - Use the class-based PHPUnit namespace to replace the original namespace.
- Set the different PHPUnit version for different PHP versions tests.
- Use the native
preg_match_allfunction to filter the non-numeric strings. - If possible, it should release the new version.