@@ -35,9 +35,9 @@ |
||
| 35 | 35 | |
| 36 | 36 | if ($count > 0) { |
| 37 | 37 | $result = $count; |
| 38 | - $message = 'The xpath "' . $selector . '" was found ' . $count . ' times.'; |
|
| 38 | + $message = 'The xpath "'.$selector.'" was found '.$count.' times.'; |
|
| 39 | 39 | } else { |
| 40 | - throw new \RuntimeException('CSS Selector ' . $selector .' not found in DOM.'); |
|
| 40 | + throw new \RuntimeException('CSS Selector '.$selector.' not found in DOM.'); |
|
| 41 | 41 | } |
| 42 | 42 | $this->assert($result, $message); |
| 43 | 43 | } |