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 453aced commit 47e49d5Copy full SHA for 47e49d5
php-codeception-acceptance/README.md
@@ -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
+# PHP Composer PHPUnit Test Example
+Example code for testing with real emails using PHPUnit
0 commit comments