Chun-Sheng, Li
Chun-Sheng, Li
# Changed log - Replace `assertEquals` with `assertSame` to make assertion equals strict.
# Changed log - Using current assertions to assert the expected and result values. - Removing additional white spaces. - To be consistency, using the `use` syntax to declare required...
# Changed log - Add more tests. - Add ```php-7.2``` test in Travis CI build. - Add ```autoload-dev``` in ```composer.json``` to load the related classes automatically. - Set the multiple...
# Changed log - Add more tests. - Set the ```phpunit``` version in ```require-dev```. - Use ```composer update``` because it can let the different PHP versions to install proper packages...
# Changed log - Drop the ```php-5.3```, ```php-5.4``` and ```php-5.5``` because they are old PHP versions. - Set that package is at least version is```php-5.6``` - Remove the ```--dev``` option...
# Changed log - Improve some PHPUnit assertions. - Let the `.phpunit.result.cache` file be on `.gitignore` file and this is generated by `PHPUnit 9.x.` version.
As title, it's nice to remove aliased namespaces everywhere :).
# Changed log - Using the `assertDirectoryExists` to assert that expected directory is existed. - Using the `assertSame` to make assertion equals checking strict.
To let developers setup the development/production environments as Docker image easily, I recommend we can consider adding the `Dockerfile` or `docker-compose.yml` on this repository.
As title, this package still supports the old `php-5.x` versions. It's time to bump into `php-7.x` versions because the `php-7.0` version has been released for about three years. @psliwa, what...