Skip to content

Commit f49e6c3

Browse files
committed
Fixed API
1 parent 3052e63 commit f49e6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Test/ContextBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function theFileExists($arg1)
286286
*/
287287
public function theOutputShouldContain(PyStringNode $string)
288288
{
289-
foreach ($string->getLines() as $line) {
289+
foreach ($string->getStrings() as $line) {
290290
\PHPUnit_Framework_Assert::assertContains($line, $this->getOutput());
291291
}
292292
}

0 commit comments

Comments
 (0)