PHPackages                             traviscarden/behat-table-comparison - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. traviscarden/behat-table-comparison

ActiveLibrary[Testing &amp; Quality](/categories/testing)

traviscarden/behat-table-comparison
===================================

Provides an equality assertion for comparing Behat TableNode tables.

v0.3.0(4y ago)82.7M↓14.2%22MITPHPPHP ^7.3 || ^8.0CI passing

Since Feb 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/TravisCarden/behat-table-comparison)[ Packagist](https://packagist.org/packages/traviscarden/behat-table-comparison)[ RSS](/packages/traviscarden-behat-table-comparison/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (13)Used By (2)

Behat Table Comparison
======================

[](#behat-table-comparison)

[![Packagist](https://camo.githubusercontent.com/a624d8222bfc7a4d31c0b96eb1986b0e028c902cf0aff24bbb9127d59b113313/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74726176697363617264656e2f62656861742d7461626c652d636f6d70617269736f6e2e737667)](https://packagist.org/packages/traviscarden/behat-table-comparison)[![Build Status](https://github.com/TravisCarden/behat-table-comparison/actions/workflows/main.yml/badge.svg)](https://github.com/TravisCarden/behat-table-comparison/actions/workflows/main.yml)

The Behat Table Comparison library provides an equality assertion for comparing Behat `TableNode` tables.

Installation &amp; Usage
------------------------

[](#installation--usage)

Install the library via [Composer](https://getcomposer.org/):

```
composer require --dev traviscarden/behat-table-comparison
```

Then use the [`TableEqualityAssertion`](../src/TableEqualityAssertion.php) class in your [`FeatureContext` class](http://docs.behat.org/en/v2.5/guides/4.context.html):

```
