diff --git a/zenstruck/browser/1.9/manifest.json b/zenstruck/browser/1.9/manifest.json new file mode 100644 index 000000000..9679a7026 --- /dev/null +++ b/zenstruck/browser/1.9/manifest.json @@ -0,0 +1,12 @@ +{ + "aliases": ["browser"], + "add-lines": [ + { + "file": "phpunit.xml.dist", + "content": " ", + "position": "after_target", + "target": "", + "warn_if_missing": true + } + ] +} diff --git a/zenstruck/browser/1.9/post-install.txt b/zenstruck/browser/1.9/post-install.txt new file mode 100644 index 000000000..d2cc63a5c --- /dev/null +++ b/zenstruck/browser/1.9/post-install.txt @@ -0,0 +1,5 @@ + * You're ready to use zenstruck/browser: + 1. Add the HasBrowser trait to "kernel" test cases + 2. Start using $this->browser()->... in your tests + + * Read the documentation at https://github.com/zenstruck/browser#zenstruckbrowser