Alex\MailCatcher\Tests\BehatTraitContext::testTrait PHP Méthode

testTrait() public méthode

public testTrait ( )
    public function testTrait()
    {
        $this->findMail(Message::SUBJECT_CRITERIA, 'Welcome!');
    }
BehatTraitContext