timitao/behatassertcontext

Installs: 5 012

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:behat-context

v1.0.4 2014-12-29 08:51 UTC

This package is auto-updated.

Last update: 2024-04-29 03:21:05 UTC


README

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]