PHPackages                             nathanburkett/mesa-phpunit - 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. nathanburkett/mesa-phpunit

ActiveLibrary

nathanburkett/mesa-phpunit
==========================

PHPUnit DataSet Organization and Orchestration

0.2.0(6y ago)043[1 issues](https://github.com/NathanBurkett/mesa-phpunit/issues)1MITPHPPHP ^7.1CI failing

Since Mar 23Pushed 6y agoCompare

[ Source](https://github.com/NathanBurkett/mesa-phpunit)[ Packagist](https://packagist.org/packages/nathanburkett/mesa-phpunit)[ RSS](/packages/nathanburkett-mesa-phpunit/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (3)Used By (1)

PHPUnit Mesa
============

[](#phpunit-mesa)

[![CircleCI](https://camo.githubusercontent.com/140d5f59d595c6fdc3e3ea2855e528512ee77713d006450fe90e99405e9e88c9/68747470733a2f2f636972636c6563692e636f6d2f67682f4e617468616e4275726b6574742f6d6573612d706870756e69742e7376673f7374796c653d737667)](https://circleci.com/gh/NathanBurkett/mesa-phpunit) [![codecov](https://camo.githubusercontent.com/ee82d44d07b011770b7e8b1c279da6b93b4426816b171dc01e6d62f55d2a80dd/68747470733a2f2f636f6465636f762e696f2f67682f4e617468616e4275726b6574742f6d6573612d706870756e69742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/NathanBurkett/mesa-phpunit)

PHPUnit Mesa is a table-driven approach to orchestrating data providers in PHPUnit

Installation
------------

[](#installation)

Via composer

```
composer require nathanburkett/mesa-phpunit --dev
```

Usage
-----

[](#usage)

### Via [`GeneratesTestCases` Trait](src/GeneratesTestCases.php)

[](#via-generatestestcases-trait)

Using the `GeneratesTestCases` trait is the simplest way to start consuming tables in PHPUnit.

```
