We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b758acb commit bb49116Copy full SHA for bb49116
doc/index.rst
@@ -1342,7 +1342,7 @@ You can test how your component is mounted and rendered using the
1342
data: ['foo' => 'bar'],
1343
);
1344
1345
- $this->assertStringContainsString('bar', $rendered);
+ $this->assertStringContainsString('bar', (string) $rendered);
1346
1347
// use the crawler
1348
$this->assertCount(5, $rendered->crawler()->filter('ul li'));
@@ -1360,7 +1360,7 @@ You can test how your component is mounted and rendered using the
1360
],
1361
1362
1363
1364
}
1365
1366
0 commit comments