timitao / behatassertcontext
Installs: 5 012
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:behat-context
Requires
- php: >=5.4
- behat/behat: ~3.0,>=3.0.5
- phpunit/phpunit: 4.3.*
Suggests
- timitao/behatclipboard: Allow to pass values to assert context in universal way
README
BehatAssertContext
Base context that with phpUnit assert functions.
Suggestion
Suggested to use with Behat Clipboard.
Installing extension
The easiest way to install is by using Composer:
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require timitao/behatassertcontext='1.0.*'
or composer.json
"require": {
"timitao/behatassertcontext": "1.0.*"
},
Contexts
The are separated due functions
Behat\Context\Assert\ArrayFeatureContext
Behat\Context\Assert\FileFeatureContext
Behat\Context\Assert\JsonFeatureContext
Behat\Context\Assert\ValueFeatureContext
Versioning
This repository will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]