@@ -55,7 +55,7 @@ |
||
55 | 55 | $assumptions = $result->getAssumptions(); |
56 | 56 | |
57 | 57 | foreach ($assumptions as $assumption) { |
58 | - $fileElements = $this->xpath->query('/phpa/files/file[@name="' . $assumption['file'] . '"]'); |
|
58 | + $fileElements = $this->xpath->query('/phpa/files/file[@name="'.$assumption['file'].'"]'); |
|
59 | 59 | |
60 | 60 | if ($fileElements->length === 0) { |
61 | 61 | $files = $this->xpath->query('/phpa/files')->item(0); |