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.
1 parent af74862 commit 7c9852eCopy full SHA for 7c9852e
README.md
@@ -0,0 +1,19 @@
1
+# Hyperf Testing
2
+
3
+🧪 Drop-in replacement for the `hyperf/testing` component.
4
5
+Tailored to meet specific needs, especially for advanced testing scenarios.
6
7
+## Getting Started
8
9
+### Install
10
11
+#### Add OpenCodeCo's Composer repository:
12
+```shell
13
+composer config repositories.opencodeco composer https://composer.opencodeco.dev
14
+```
15
16
+#### Update your `hyperf/testing`:
17
18
+composer update hyperf/testing
19
0 commit comments