Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit a587025

Browse files
committed
Updates QA tooling
- PHPUnit => 5.7 or 6.4 - Use zend-coding-standard As a result of these changes, this patch also contains: - CS fixes created after running `composer cs-fix`. - Unit test updates to work with the updated PHPUnit. In some cases, where tests performed no assertions, the tests were removed.
1 parent a546682 commit a587025

30 files changed

+805
-456
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"zendframework/zendxml": "^1.0.2"
3030
},
3131
"require-dev": {
32-
"phpunit/PHPUnit": "^4.8",
33-
"squizlabs/php_codesniffer": "^2.3.1"
32+
"phpunit/PHPUnit": "^5.7.25 || ^6.4.4",
33+
"zendframework/zend-coding-standard": "~1.0.0"
3434
},
3535
"suggest": {
3636
"zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"

0 commit comments

Comments
 (0)