mirror of
https://github.com/symfony/recipes.git
synced 2026-03-23 23:32:10 +01:00
Add recipe for zenstruck/browser
This commit is contained in:
12
zenstruck/browser/1.9/manifest.json
Normal file
12
zenstruck/browser/1.9/manifest.json
Normal file
@@ -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
zenstruck/browser/1.9/post-install.txt
Normal file
5
zenstruck/browser/1.9/post-install.txt
Normal file
@@ -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</>
|
||||
Reference in New Issue
Block a user