3.6.10 by Sebastian Bergmann. Suite acceptance started Trying to sign in as a customer (RegisterCept.php) Scenario: * I click “Sign Up" * I fill field “name",“Michael" * I fill field “password",“qwerty" * I click “Submit" * I see “Hello, Michael" OK Time: 2 seconds, Memory: 10.25Mb OK (1 test, 1 assertion) $ php codecept.phar run
PHPUnit 3.6.10 by Sebastian Bergmann. Suite acceptance started Trying to sign in as a customer (RegisterCept.php) Scenario: * I click “Sign Up" => Moved to page http://localhost/signup * I fill field “name",“Michael" * I fill field “password",“qwerty" * I click “Submit" => Moved to page http://localhost/user/michael * I see “Hello, Michael" OK Time: 2 seconds, Memory: 10.25Mb OK (1 test, 1 assertion) $ php codecept.phar run --debug