Test all the things!
Compare changes
Files
3- Andrew Hoffmann authored
Specify an exact version of PHPUnit. Autoload test classes if developing.
+ 2
− 16
@@ -33,22 +33,8 @@
This merge request improves the code coverage of the project's unit tests.
I broke up this rather large set of changes into separate commits. See the individual commit messages for details.
In 1477621c, I introduced a lesser-known feature of PHP called a trait. It allows one to "inject" common methods into any class without requiring inheritance.
Specify an exact version of PHPUnit. Autoload test classes if developing.