Skip to content

timiTao/BehatAssertContext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Latest Stable Version Latest Unstable Version Total Downloads SensioLabsInsight Scrutinizer Code Quality

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]