ultrablue / sillaj-l

A re-coding of the Sillaj time tracker tool using the Laravel php framework.
GNU General Public License v3.0
2 stars 0 forks source link

tests/Feature/ReportMailableTest.php is broken #198

Open ultrablue opened 1 year ago

ultrablue commented 1 year ago

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?