Alex\MailCatcher\Tests\BehatTraitContext::testTrait PHP 메소드

testTrait() 공개 메소드

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