Skip to content

Commit

Permalink
Add the new context class to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 24, 2015
1 parent f9023e8 commit 4acd7ac
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Palantir Behat Drupal Extension provides additional step definitions for tes
* `NodeContext`: test viewing and editing nodes by title
* `DrupalCommentContext`: test commenting functionality
* `DrupalOrganicGroupsContext`: test access to Organic Groups
* `DrupalSetupContext`: test for enabled modules and overridden features
* `EntityDataContext`: test field data and properties on nodes, terms, and users directly, without relying on output (or write a simpletest...)

### Disable module functionality during tests
Expand Down Expand Up @@ -47,7 +48,15 @@ default:
suites:
default:
contexts:
- Palantirnet\PalantirBehatExtension\Context\NodeContext
- Palantirnet\PalantirBehatExtension\Context\DrupalAutoNodetitleContext.php
- Palantirnet\PalantirBehatExtension\Context\DrupalCommentContext.php
- Palantirnet\PalantirBehatExtension\Context\DrupalOrganicGroupsContext.php
- Palantirnet\PalantirBehatExtension\Context\DrupalSetupContext.php
- Palantirnet\PalantirBehatExtension\Context\DrupalWorkbenchModerationContext.php
- Palantirnet\PalantirBehatExtension\Context\EntityDataContext.php
- Palantirnet\PalantirBehatExtension\Context\MarkupContext.php
- Palantirnet\PalantirBehatExtension\Context\NodeContext.php
- Palantirnet\PalantirBehatExtension\Context\SharedDrupalContext.php
```

----
Expand Down

0 comments on commit 4acd7ac

Please sign in to comment.