@@ -35,8 +35,8 @@ discard block |
||
| 35 | 35 | Notification::create()->addContent($locale, $content); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | - public function testUnsupportedHeadingLocale() |
|
| 39 | - { |
|
| 38 | + public function testUnsupportedHeadingLocale() |
|
| 39 | + { |
|
| 40 | 40 | $locale = 'unsupportedlocaleXYZ'; |
| 41 | 41 | $content = 'Test Heading 1'; |
| 42 | 42 | |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | $this->expectExceptionMessage("'$locale' is not a supported locale."); |
| 45 | 45 | |
| 46 | 46 | Notification::create()->addHeading($locale, $content); |
| 47 | - } |
|
| 47 | + } |
|
| 48 | 48 | |
| 49 | 49 | public function testAddContent() |
| 50 | 50 | { |