Skip to content

Commit 143fb0c

Browse files
Merge pull request #25 from stackkit/analysis-qMmKLK
Apply fixes from StyleCI
2 parents e471d65 + fe949ab commit 143fb0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/SenderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace Tests;
44

55
use Dompdf\Dompdf;
6-
use Stackkit\LaravelDatabaseEmails\Config;
7-
use Stackkit\LaravelDatabaseEmails\Email;
86
use Swift_Events_SendEvent;
97
use Illuminate\Support\Facades\Mail;
8+
use Stackkit\LaravelDatabaseEmails\Email;
9+
use Stackkit\LaravelDatabaseEmails\Config;
1010

1111
class SenderTest extends TestCase
1212
{
@@ -229,7 +229,7 @@ public function emails_can_be_sent_immediately()
229229
$this->artisan('email:send');
230230
$this->assertCount(1, $this->sent);
231231
}
232-
232+
233233
/** @test */
234234
public function raw_attachments_are_not_added_if_the_data_is_not_valid()
235235
{

0 commit comments

Comments
 (0)