|
@@ -10,7 +10,7 @@ discard block |
|
|
block discarded – undo |
|
10
|
10
|
|
|
11
|
11
|
public function testGetSubject() { |
|
12
|
12
|
$b = new Block('email/content/first'); |
|
13
|
|
- $this->assertEquals($b->exists(),'My first'); |
|
|
13
|
+ $this->assertEquals($b->exists(), 'My first'); |
|
14
|
14
|
|
|
15
|
15
|
$email = new Email(); |
|
16
|
16
|
$email->setSubject('My Subject'); |
|
@@ -72,7 +72,7 @@ discard block |
|
|
block discarded – undo |
|
72
|
72
|
$this->assertTrue($this->findString($email->__toString(), 'My custom layout')); |
|
73
|
73
|
} |
|
74
|
74
|
|
|
75
|
|
- public function testLayoutWithContent(){ |
|
|
75
|
+ public function testLayoutWithContent() { |
|
76
|
76
|
$email = new Email(); |
|
77
|
77
|
$email->setLayout('main'); |
|
78
|
78
|
$email->setContent(new Block('email/content/first')); |
Please login to merge, or discard this patch.