From 8d93daf571d99c8d2ff0b930eb53270805f917f6 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 14 Nov 2013 12:42:27 -0500 Subject: [PATCH] removed extra line. --- tests/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index eb9a0fe..c87f762 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,7 +4,6 @@ These tests are developed with [Codeception PHP Testing Framework](http://codece To run the tests, follow these steps: 1. [Install Codeception](http://codeception.com/quickstart) if you do not have it yet. -2. Update tests 2. Create test configuration files based on your environment: - Copy `acceptance.suite.dist.yml` to `acceptance.suite.yml` and customize it; - Copy `functional.suite.dist.yml` to `functional.suite.yml` and customize it;