@@ -21,7 +21,7 @@ |
||
| 21 | 21 | public function testSplitDataListMethodDoesNotExist() |
| 22 | 22 | { |
| 23 | 23 | $message = 'Method not found. A grid cannot be formed from the method' |
| 24 | - . ' GridRowItemsTHISMETHODDOESNOTEXIST'; |
|
| 24 | + . ' GridRowItemsTHISMETHODDOESNOTEXIST'; |
|
| 25 | 25 | $this->setExpectedException('InvalidArgumentException', $message); |
| 26 | 26 | |
| 27 | 27 | $page = $this->objFromFixture('GridRowItemPageTO', 'page001'); |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | if ($itemsInGrid == null) { |
| 40 | 40 | $message = 'Method not found. A grid cannot be formed from the ' |
| 41 | - . 'method ' . $itemsInGridMethod; |
|
| 41 | + . 'method ' . $itemsInGridMethod; |
|
| 42 | 42 | throw new \InvalidArgumentException($message); |
| 43 | 43 | } |
| 44 | 44 | |