Browse Source

New mock objects version causes our test suites to fail.

Pin to an older version of phpunit-mock-objects until the regression is
fixed.
Mark Story 10 years ago
parent
commit
7e20983d89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -28,6 +28,7 @@
     },
     "require-dev": {
         "phpunit/phpunit": "*",
+        "phpunit/phpunit-mock-objects": "2.3.1",
         "cakephp/cakephp-codesniffer": "dev-master"
     },
     "autoload": {