Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading to PHPUnit 8.1.5 and reworking driver exception mocks
1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones. 2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent. 3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604 and sebastianbergmann/phpunit#3694.
- Loading branch information