We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ead493 commit cea6bffCopy full SHA for cea6bff
behat.yml
@@ -8,6 +8,7 @@ default:
8
- Behat\MinkExtension\Context\MinkContext
9
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\AdminLogIn
10
- PantheonSystems\PantheonWordPressUpstreamTests\Behat\ResponseHeader
11
+ - WP_CLI\Tests\Context\FeatureContext
12
core:
13
filters:
14
tags: "~@upstreamonly"
tests/behat/wp-native-php-sessions.feature
@@ -23,6 +23,12 @@ Feature: WP Native PHP Sessions plugin
23
When I go to "/?action=wpnps_get_session&key=foo"
24
Then I should see "(foo:)"
25
26
+ When I run `echo "foo"`
27
+ Then STDOUT should CONTAIN
28
+ """
29
+ foo
30
31
+
32
Scenario: Plugin handles session CRUD operation (logged in)
33
Given I log in as an admin
34
0 commit comments