We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a861a48 + c47a350 commit 9698b84Copy full SHA for 9698b84
zenstruck/browser/1.9/manifest.json
@@ -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
+}
zenstruck/browser/1.9/post-install.txt
@@ -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 commit comments