Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Add example for skip usage on higher order testing #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DannyvdSluijs
Copy link
Contributor

As per request in pestphp/pest#196 (comment)

@@ -31,6 +31,13 @@ it('has home', function () {
})->skip(true === true, 'Home page not available');
```

And it also works with higher order tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just missing a trailing colon, but otherwise looks good. 👌🏻

Suggested change
And it also works with higher order tests
And it also works with higher order tests:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants