Skip to content

Commit 47e49d5

Browse files
committed
readmes
1 parent 453aced commit 47e49d5

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PHP Codeception Acceptance Test Example
2+
Example code for testing with real emails using Codeception
3+
4+
## Install
5+
6+
```
7+
make composer
8+
make install
9+
```
10+
11+
## Test
12+
13+
```
14+
API_KEY=your-mailslurp-api-key make test
15+
```
16+

php-composer-phpunit/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PHP Composer PHPUnit Test Example
2+
Example code for testing with real emails using PHPUnit
3+
4+
## Install
5+
6+
```
7+
make composer
8+
make install
9+
```
10+
11+
## Test
12+
13+
```
14+
API_KEY=your-mailslurp-api-key make test
15+
```
16+

0 commit comments

Comments
 (0)