assertEquals('', check_email('test@example.com')); $this->assertMatchesRegularExpression('/ not discoverable in DNS/', check_email('test@fishbeansblahblahblah' . uniqid() . '.com')); } } /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */