Skip to content

Commit 37d1373

Browse files
nacholibrejaviereguiluz
authored andcommitted
Fix assert statement
1 parent 09e26d1 commit 37d1373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ console::
376376

377377
// the output of the command in the console
378378
$output = $commandTester->getDisplay();
379-
$this->assertContains('Username: Wouter', $output);
379+
$this->assertStringContainsString('Username: Wouter', $output);
380380

381381
// ...
382382
}

0 commit comments

Comments
 (0)