Created
May 17, 2018 06:50
-
-
Save badri/518e806191180a984d9b360d2189a5cd to your computer and use it in GitHub Desktop.
Better results
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
--- Failed scenarios: | |
features/archive/sessions.feature:80 | |
features/discussions/privacy.feature:25 | |
features/miscellaneous/site_settings.feature:7 | |
125 scenarios (117 passed, 3 failed, 5 undefined) | |
1255 steps (1218 passed, 3 failed, 6 undefined, 28 skipped) | |
13m55.29s (69.77Mb) | |
--- FeatureContext has missing steps. Define them with these snippets: | |
/** | |
* @Given :arg1 :arg2 entities: | |
*/ | |
public function entities($arg1, $arg2, TableNode $table) | |
{ | |
throw new PendingException(); | |
} | |
/** | |
* @Given a :arg1 entity: | |
*/ | |
public function aEntity($arg1, TableNode $table) | |
{ | |
throw new PendingException(); | |
} | |
/** | |
* @Given I am viewing an :arg1 :arg2 entity: | |
*/ | |
public function iAmViewingAnEntity($arg1, $arg2, TableNode $table) | |
{ | |
throw new PendingException(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment