• Richard Quadling's avatar
    Fix deprecated phpunit methods (#217) · 70c86538
    Richard Quadling authored
    * Replaced deprecated PHPUnit exception handling methods
    
    Also, moved all fixtures to their own namespace.
    Will now be strict about tests that don't test anything.
    Removed multiple return statements from Assertion::stringify().
    
    * C/S fixes
    
    * Trying PHPUnit 6 for PHP 7+
    
    * Stick with PHPUnit 4 and 5 for the time being
    
    * Fix PHPUnit execution
    70c86538