From 860c9ff968c673da3d9da2f525933dc9bc858801 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Sun, 29 Jul 2018 00:27:49 -0700 Subject: [PATCH] Add run container tests section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 28ab4db..15b5abd 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,12 @@ To run tests: $ composer update $ ./tests/run.sh +To run all container tests: + + $ ./tests/test_all.sh + ### Contribute + 1. Check for open issues or open a new issue to start a discussion around a bug or feature. 1. Fork the repository on GitHub to start making your changes. 1. Write one or more tests for the new feature or that expose the bug.