Skip to content

Commit

Permalink
Merge pull request #1349 from kbond/zenstruck/browser
Browse files Browse the repository at this point in the history
Add recipe for `zenstruck/browser`
  • Loading branch information
fabpot authored Oct 20, 2024
2 parents a861a48 + c47a350 commit 9698b84
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions zenstruck/browser/1.9/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"aliases": ["browser"],
"add-lines": [
{
"file": "phpunit.xml.dist",
"content": " <server name=\"BROWSER_ALWAYS_START_WEBSERVER\" value=\"1\"/>",
"position": "after_target",
"target": "<server name=\"SHELL_VERBOSITY\" value=\"-1\" />",
"warn_if_missing": true
}
]
}
5 changes: 5 additions & 0 deletions zenstruck/browser/1.9/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* You're ready to use zenstruck/browser:
1. Add the <info>HasBrowser</info> trait to "kernel" test cases
2. Start using <info>$this->browser()->...</info> in your tests

* <fg=blue>Read</> the documentation at <comment>https://github.com/zenstruck/browser#zenstruckbrowser</>

0 comments on commit 9698b84

Please sign in to comment.