From 2fbe8ff2ef6758cb5d87905c65bc8e5a6a5920b6 Mon Sep 17 00:00:00 2001 From: Nathan Hurst Date: Mon, 3 Aug 2015 12:50:49 +0300 Subject: [PATCH] Updating documentation to use configs like the codeception bootstrap. Previous configs here did not work. --- quickstart.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/quickstart.html b/quickstart.html index a4074541b..fc9bb4acd 100644 --- a/quickstart.html +++ b/quickstart.html @@ -97,12 +97,13 @@

Codeception Quickstart Guide

dev serveris running.  Put application URL into:  tests/acceptance.suite.yml 

-
class_name: AcceptanceGuy 
-modules: 
-enabled: [PhpBrowser, AcceptanceHelper]
-config: 
-  PhpBrowser:
-      url: '{YOUR APP'S URL}'
+          
+class_name: AcceptanceTester
+modules:
+    enabled:
+        - PhpBrowser:
+            url: {YOUR APP'S URL}
+        - \Helper\Acceptance