From c47a3509ff0a16a94b2d7c9c76fcc1dc4d91002f Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Sat, 19 Oct 2024 16:08:12 -0400 Subject: [PATCH] Add recipe for `zenstruck/browser` --- zenstruck/browser/1.9/manifest.json | 12 ++++++++++++ zenstruck/browser/1.9/post-install.txt | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 zenstruck/browser/1.9/manifest.json create mode 100644 zenstruck/browser/1.9/post-install.txt 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