ConnectCorp / nexmo-client

Unofficial Nexmo Rest Client
MIT License
15 stars 13 forks source link

Fixed strict php errors during tests #20

Closed geekdevs closed 8 years ago

geekdevs commented 8 years ago

Travis reports a lot of php strict errors when running tests because of missing $method param on exec() method for several traits (e.g. see output of https://travis-ci.org/ConnectCorp/nexmo-client/jobs/79275172). This PR fixes it.