Skip to content

Commit 7c9852e

Browse files
committed
chore(docs): create README file
1 parent af74862 commit 7c9852e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```shell
18+
composer update hyperf/testing
19+
```

0 commit comments

Comments
 (0)