Skip to content

Commit

Permalink
Updates changelog, re-adds PHPUnit 3.7.x error-supressing code in boo…
Browse files Browse the repository at this point in the history
…tstrap.php.
  • Loading branch information
davidmcclure committed Aug 14, 2013
1 parent d3f44f3 commit 2ff8bd9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.0.4 ([commits](https://github.com/scholarslab/Neatline/compare/2.0.4...2.0.4)) ~ August 14, 2013

#### Bug Fixes

- Fixes a class capitalization typo that was causing failure notices to be erroneously displayed afted deleting records under some versions of PHP.

## v2.0.3 ([commits](https://github.com/scholarslab/Neatline/compare/2.0.2...2.0.3)) ~ August 9, 2013

#### Bug Fixes
Expand Down
9 changes: 9 additions & 0 deletions tests/phpunit/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@

// Mock filter callbacks.
require_once 'mocks/filters.php';


// TODO: Other than downgrading PHPUnit, how to fix this?
//
// Manually load `Zend_Test_PHPUnit_Constraint_DomQuery`, which triggers
// a false-negative error in the suite when first loaded by Zend's PHPUnit
// subclasses, which don't work with PHPUnit 3.6+.

@require_once 'Zend/Test/PHPUnit/Constraint/DomQuery.php';

0 comments on commit 2ff8bd9

Please sign in to comment.