Skip to content

Commit e5d4a58

Browse files
committed
[minor] make HasBrowser::browser() protected
1 parent df4430d commit e5d4a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Browser/Test/HasBrowser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
trait HasBrowser
1313
{
14-
public function browser(array $options = []): KernelBrowser
14+
protected function browser(array $options = []): KernelBrowser
1515
{
1616
if (!$this instanceof KernelTestCase) {
1717
throw new \RuntimeException(\sprintf('The "%s" method can only be used on TestCases that extend "%s".', __METHOD__, KernelTestCase::class));

0 commit comments

Comments
 (0)