plivo-php
plivo-php copied to clipboard
Simplify test setup
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.