aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Mail/Provider/AttachmentTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Mail/Provider/AttachmentTest.php')
-rw-r--r--tests/lib/Mail/Provider/AttachmentTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/lib/Mail/Provider/AttachmentTest.php b/tests/lib/Mail/Provider/AttachmentTest.php
index 283391650b5..f02b1d54a7b 100644
--- a/tests/lib/Mail/Provider/AttachmentTest.php
+++ b/tests/lib/Mail/Provider/AttachmentTest.php
@@ -29,7 +29,7 @@ class AttachmentTest extends TestCase {
}
public function testName(): void {
-
+
// test set by constructor
$this->assertEquals('example1.txt', $this->attachment->getName());
// test set by setter
@@ -39,7 +39,7 @@ class AttachmentTest extends TestCase {
}
public function testType(): void {
-
+
// test set by constructor
$this->assertEquals('text/plain', $this->attachment->getType());
// test set by setter
@@ -49,7 +49,7 @@ class AttachmentTest extends TestCase {
}
public function testContents(): void {
-
+
// test set by constructor
$this->assertEquals('This is the contents of a file', $this->attachment->getContents());
// test set by setter
@@ -59,7 +59,7 @@ class AttachmentTest extends TestCase {
}
public function testEmbedded(): void {
-
+
// test set by constructor
$this->assertEquals(false, $this->attachment->getEmbedded());
// test set by setter