geographer
geographer copied to clipboard
Test enhancement
Changed log
- Since the
php-5.xversions are inactive for about long time. Using thephp-7.xversions is fine. - Letting the
build/folder be under.gitignorefile because this file is generated by PHPUnit. - Using the
PHPUnit\Framework\TestCasenamespace to be compatible with future PHPUnit versions. - The PHPUnit fixtures are about
setUpandtearDownmethods areprotected. - Using
assertCountto assert expected length is same as result count. - Using the
assertInternalTypeto assert expected isarraytype. - The
--devoption is deprecated when executingcomposer installcommand. The deprecated warning message is as follows:
You are using the deprecated option "dev". Dev packages are installed by default now.