plivo-php icon indicating copy to clipboard operation
plivo-php copied to clipboard

Simplify test setup

Open cb8 opened this issue 6 years ago • 0 comments

This pull request simplifies the setup to run the test cases:

  • Use built-in autoloader for tests
  • Use PHPUnit binary as specified in composer.json
  • Use newer PHPUnit version if supported
  • Fix check for expectedException/setExpectedException
  • Add missing namespace declarations

These changes should not introduce any BC breaks.

cb8 avatar Jul 10 '18 21:07 cb8