We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4430d commit e5d4a58Copy full SHA for e5d4a58
src/Browser/Test/HasBrowser.php
@@ -11,7 +11,7 @@
11
*/
12
trait HasBrowser
13
{
14
- public function browser(array $options = []): KernelBrowser
+ protected function browser(array $options = []): KernelBrowser
15
16
if (!$this instanceof KernelTestCase) {
17
throw new \RuntimeException(\sprintf('The "%s" method can only be used on TestCases that extend "%s".', __METHOD__, KernelTestCase::class));
0 commit comments