Skip to content

Commit

Permalink
Merge pull request #556 from tienvx/move-additional-examples
Browse files Browse the repository at this point in the history
docs: Move additional examples to docs/
  • Loading branch information
tienvx authored Apr 19, 2024
2 parents 07b9988 + f8918e4 commit dbe5f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Table of contents
- [Tips](#tips)
- [Starting API Asynchronously](#starting-api-asynchronously)
- [Set Up Provider State](#set-up-provider-state)
- [Additional Examples](#additional-examples)
- [Message support](#message-support)
- [Consumer Side Message Processing](#consumer-side-message-processing)
- [Provider Side Message Validation](#provider-side-message-validation)
Expand Down Expand Up @@ -386,11 +385,6 @@ Here are some options:

No matter which direction you go, you will have to modify something outside of the PHP process because each request to your server will be stateless and independent.

### Additional Examples
There is a separate repository with an end to end example for both the 2.X and 3.X implementations.
- [pact-php-example](https://github.com/mattermack/pact-php-example) for 3.X examples
- [2.2.1 tag](https://github.com/mattermack/pact-php-example/tree/2.2.1) for 2.X examples

## Message support
The goal is not to test the transmission of an object over a bus but instead vet the contents of the message.
While examples included focus on a Rabbit MQ, the exact message queue is irrelevant. Initial comparisons require a certain
Expand Down
5 changes: 5 additions & 0 deletions docs/ADDITIONAL-EXAMPLES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Additional Examples

There is a separate repository with an end to end example for both the 2.X and 3.X implementations.
- [pact-php-example](https://github.com/mattermack/pact-php-example) for 3.X examples
- [2.2.1 tag](https://github.com/mattermack/pact-php-example/tree/2.2.1) for 2.X examples

0 comments on commit dbe5f87

Please sign in to comment.