timitao/behatassertcontext

Maintainers

Package info

github.com/timiTao/BehatAssertContext

Type:behat-context

pkg:composer/timitao/behatassertcontext

Statistics

Installs: 5 015

Dependents: 0

Suggesters: 1

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:09:39 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]