Skip to content

Commit 9698b84

Browse files
authored
Merge pull request #1349 from kbond/zenstruck/browser
Add recipe for `zenstruck/browser`
2 parents a861a48 + c47a350 commit 9698b84

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

zenstruck/browser/1.9/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"aliases": ["browser"],
3+
"add-lines": [
4+
{
5+
"file": "phpunit.xml.dist",
6+
"content": " <server name=\"BROWSER_ALWAYS_START_WEBSERVER\" value=\"1\"/>",
7+
"position": "after_target",
8+
"target": "<server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
9+
"warn_if_missing": true
10+
}
11+
]
12+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* You're ready to use zenstruck/browser:
2+
1. Add the <info>HasBrowser</info> trait to "kernel" test cases
3+
2. Start using <info>$this->browser()->...</info> in your tests
4+
5+
* <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/browser#zenstruckbrowser</>

0 commit comments

Comments
 (0)