We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e471d65 commit fe949abCopy full SHA for fe949ab
tests/SenderTest.php
@@ -3,10 +3,10 @@
3
namespace Tests;
4
5
use Dompdf\Dompdf;
6
-use Stackkit\LaravelDatabaseEmails\Config;
7
-use Stackkit\LaravelDatabaseEmails\Email;
8
use Swift_Events_SendEvent;
9
use Illuminate\Support\Facades\Mail;
+use Stackkit\LaravelDatabaseEmails\Email;
+use Stackkit\LaravelDatabaseEmails\Config;
10
11
class SenderTest extends TestCase
12
{
@@ -229,7 +229,7 @@ public function emails_can_be_sent_immediately()
229
$this->artisan('email:send');
230
$this->assertCount(1, $this->sent);
231
}
232
-
+
233
/** @test */
234
public function raw_attachments_are_not_added_if_the_data_is_not_valid()
235
0 commit comments