OSDN Git Service

Cleverness kills tests
authorDaniel Bachhuber <d@danielbachhuber.com>
Sun, 11 Aug 2013 21:32:14 +0000 (14:32 -0700)
committerDaniel Bachhuber <d@danielbachhuber.com>
Sun, 11 Aug 2013 21:32:14 +0000 (14:32 -0700)
features/bootstrap/FeatureContext.php

index 76afc46..0207b0c 100644 (file)
@@ -179,7 +179,7 @@ class FeatureContext extends BehatContext implements ClosuredContextInterface {
                $install_args = array(
                        'url' => 'http://example.com',
                        'title' => 'WP CLI Site',
-                       'admin_user' => 'wpcli',
+                       'admin_user' => 'admin',
                        'admin_email' => 'admin@example.com',
                        'admin_password' => 'password1'
                );