Client error: 405
jjpmann opened this issue · 0 comments
jjpmann commented
I was trying to get this working with my project but getting an error.
GuzzleHttp\Exception\ClientException]
Client error: 405
I set up a new instance and just pulled in this package
composer require whatdafox/codeception-mailtrap
codecept bootstrap
codecept generate:cest acceptance mail
added it config settings to my acceptance.suite.yaml
- Mailtrap:
client_id: xxxx
inbox_id: xxxx
Created simple test
// tests
public function tryToTest(AcceptanceTester $I)
{
$I->cleanInbox();
}
then ran
codecept run
And I still get the same error as above.
Here is my composer.lock file if that helps: http://bit.ly/1JaMz4j