Its assertion is looking for something that doesn't appear in the email.
In addition, I'm wondering if it should test the Artisan command itself? In that case it should be two tests, one for Project and one for Task.
Also, is it possible to test to make sure that it actually mailed? I'm not suggesting monitoring an inbox, but ensuring that the mail code didn't return an error?
Its assertion is looking for something that doesn't appear in the email. In addition, I'm wondering if it should test the Artisan command itself? In that case it should be two tests, one for Project and one for Task. Also, is it possible to test to make sure that it actually mailed? I'm not suggesting monitoring an inbox, but ensuring that the mail code didn't return an error?