From ece50eea03eb400371e5e5a39ca6b6ba2c3d2eb0 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 22 Jul 2017 13:07:39 +0530 Subject: [PATCH] Update instructions for running test suite. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc03cc..59ca624 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,17 @@ $ composer require php-http/cakephp-adapter ## Testing +Start the development server using + ``` bash -$ composer test +vendor/bin/http_test_server ``` +Then run the test suite using + +``` bash +$ composer test +``` ## Contributing