@@ -89,6 +89,7 @@ public function testRoot()
89
89
90
90
/**
91
91
* @expectedException Cms\Classes\CmsException
92
+ *
92
93
* @expectedExceptionMessage is not found
93
94
*/
94
95
public function testLayoutNotFound ()
@@ -148,6 +149,7 @@ public function testLayoutInSubdirectory()
148
149
149
150
/**
150
151
* @expectedException Twig_Error_Runtime
152
+ *
151
153
* @expectedExceptionMessage is not found
152
154
*/
153
155
public function testPartialNotFound ()
@@ -195,6 +197,7 @@ protected function configAjaxRequestMock($handler, $partials = false)
195
197
196
198
/**
197
199
* @expectedException Cms\Classes\CmsException
200
+ *
198
201
* @expectedExceptionMessage AJAX handler 'onNoHandler' was not found.
199
202
*/
200
203
public function testAjaxHandlerNotFound ()
@@ -208,6 +211,7 @@ public function testAjaxHandlerNotFound()
208
211
209
212
/**
210
213
* @expectedException Cms\Classes\CmsException
214
+ *
211
215
* @expectedExceptionMessage Invalid AJAX handler name: delete.
212
216
*/
213
217
public function testAjaxInvalidHandlerName ()
@@ -221,6 +225,7 @@ public function testAjaxInvalidHandlerName()
221
225
222
226
/**
223
227
* @expectedException Cms\Classes\CmsException
228
+ *
224
229
* @expectedExceptionMessage Invalid partial name: p:artial.
225
230
*/
226
231
public function testAjaxInvalidPartial ()
@@ -234,6 +239,7 @@ public function testAjaxInvalidPartial()
234
239
235
240
/**
236
241
* @expectedException Cms\Classes\CmsException
242
+ *
237
243
* @expectedExceptionMessage The partial 'partial' is not found.
238
244
*/
239
245
public function testAjaxPartialNotFound ()
@@ -372,6 +378,7 @@ public function testComponentAjax()
372
378
373
379
/**
374
380
* @expectedException October\Rain\Exception\SystemException
381
+ *
375
382
* @expectedExceptionMessage is not registered for the component
376
383
*/
377
384
public function testComponentClassNotFound ()
0 commit comments