PHPackages                             draw/data-tester - 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. draw/data-tester

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

draw/data-tester
================

Library base on phpunit to test your data with a fluent interface.

0.4.0(7y ago)020.8k2MITPHP

Since Oct 10Pushed 6y agoCompare

[ Source](https://github.com/mpoiriert/php-data-tester)[ Packagist](https://packagist.org/packages/draw/data-tester)[ RSS](/packages/draw-data-tester/feed)WikiDiscussions master Synced 3d ago

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

Php Data Tester
===============

[](#php-data-tester)

[![https://travis-ci.org/mpoiriert/php-data-tester.svg?branch=master](https://camo.githubusercontent.com/6997f709a7e07a873ecd820b8cf7ab24783a376726938e9c8b589e1c6246515a/68747470733a2f2f7472617669732d63692e6f72672f6d706f6972696572742f7068702d646174612d7465737465722e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/6997f709a7e07a873ecd820b8cf7ab24783a376726938e9c8b589e1c6246515a/68747470733a2f2f7472617669732d63692e6f72672f6d706f6972696572742f7068702d646174612d7465737465722e7376673f6272616e63683d6d6173746572)

This library is a wrapper around **PHPUnit Assert** class to be able to use a fluent interface on the data you want to test.

The library can be install via [Composer/Packagist](https://packagist.org/packages/draw/data-tester).

Here is a quick example of how to use it in a **PHPUnit TestCase**:

```
