Test all the things!
- Dec 07, 2016
-
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
-
- Dec 06, 2016
-
-
Andrew Hoffmann authored
This allows interoperability with windows
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
Switch to static calls of PHPUnit assertion methods
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
Renamed to follow class naming conventions. Pulled in new EnvironmentHelper to manage environment variables. Moved default test data from JSON file into source code so it’s easier to find. Reorganized/renamed tests to better describe their assertions.
-
Andrew Hoffmann authored
Introduce a `trait` that helps set environment variables when testing
-
Andrew Hoffmann authored
It may not be clear to the developer that `&&` takes precedence over `||`. This change was recommended by a code quality scan.
-
Andrew Hoffmann authored
Changed the signature to `public static` to expose this useful function to other classes. Provided a test.
-
Andrew Hoffmann authored
Specify an exact version of PHPUnit. Autoload test classes if developing.
-