Created
August 20, 2012 22:08
-
-
Save generalredneck/3408392 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[17:07:46]achappell@a:~/main (behat) | |
$ bin/behat --tags @javascript | |
Feature: Register an user from the home page. | |
As an Anonymous user, | |
I need to be able to register myself as a user of AllPlayers.com | |
so that I can use it's functionality. | |
@javascript | |
Scenario: Successfully register a user without verification # features/user/register.feature:7 | |
Fatal error: Call to a member function getSession() on a non-object in /mnt/apci/main/vendor/behat/mink-extension/src/Behat/MinkExtension/Context/RawMinkContext.php on line 80 | |
Call Stack: | |
0.0006 647160 1. {main}() /mnt/apci/main/vendor/behat/behat/bin/behat:0 | |
0.0229 2144376 2. Symfony\Component\Console\Application->run() /mnt/apci/main/vendor/behat/behat/bin/behat:27 | |
0.0310 2654672 3. Behat\Behat\Console\BehatApplication->doRun() /mnt/apci/main/vendor/symfony/console/Symfony/Component/Console/Application.php:118 | |
0.2997 10314632 4. Symfony\Component\Console\Application->doRun() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:71 | |
0.3002 10314768 5. Symfony\Component\Console\Command\Command->run() /mnt/apci/main/vendor/symfony/console/Symfony/Component/Console/Application.php:194 | |
0.3868 12533936 6. Behat\Behat\Console\Command\BehatCommand->execute() /mnt/apci/main/vendor/symfony/console/Symfony/Component/Console/Command/Command.php:226 | |
0.3877 12552904 7. Behat\Behat\Console\Command\BehatCommand->runFeatures() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Console/Command/BehatCommand.php:128 | |
0.4085 12969312 8. Behat\Gherkin\Node\AbstractNode->accept() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Console/Command/BehatCommand.php:150 | |
0.4085 12969312 9. Behat\Behat\Tester\FeatureTester->visit() /mnt/apci/main/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42 | |
0.4137 13096472 10. Behat\Gherkin\Node\AbstractNode->accept() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/FeatureTester.php:88 | |
0.4137 13096472 11. Behat\Behat\Tester\ScenarioTester->visit() /mnt/apci/main/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42 | |
0.4159 13115224 12. Behat\Behat\Tester\ScenarioTester->visitStep() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/ScenarioTester.php:87 | |
0.4180 13183424 13. Behat\Gherkin\Node\AbstractNode->accept() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/ScenarioTester.php:148 | |
0.4180 13183424 14. Behat\Behat\Tester\StepTester->visit() /mnt/apci/main/vendor/behat/gherkin/src/Behat/Gherkin/Node/AbstractNode.php:42 | |
0.4181 13183992 15. Behat\Behat\Tester\StepTester->executeStep() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:95 | |
0.4240 13296416 16. Behat\Behat\Tester\StepTester->executeStepDefinition() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:126 | |
0.4241 13296416 17. Behat\Behat\Definition\Annotation\Definition->run() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Tester/StepTester.php:157 | |
0.4242 13297904 18. call_user_func_array() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Definition/Annotation/Definition.php:154 | |
0.4242 13298272 19. Behat\MinkExtension\Context\MinkContext->iAmOnHomepage() /mnt/apci/main/vendor/behat/behat/src/Behat/Behat/Definition/Annotation/Definition.php:154 | |
0.4242 13298272 20. Behat\MinkExtension\Context\RawMinkContext->getSession() /mnt/apci/main/vendor/behat/mink-extension/src/Behat/MinkExtension/Context/MinkContext.php:34 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever fix this?