Skip to content

Client error: 405 #3

@jjpmann

Description

@jjpmann

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions