PHPackages                             jngermon/phpunit-entity-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. jngermon/phpunit-entity-tester

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

jngermon/phpunit-entity-tester
==============================

Quickly test your entities

46.1k2PHP

Since Dec 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jngermon/phpunit-entity-tester)[ Packagist](https://packagist.org/packages/jngermon/phpunit-entity-tester)[ RSS](/packages/jngermon-phpunit-entity-tester/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpunit-entity-tester : Quickly test your entities
==================================================

[](#phpunit-entity-tester--quickly-test-your-entities)

You can write very quickly unit tests for the accessors, adders and removers of your entities.

Requirements
------------

[](#requirements)

- PHP : 5.3.3 or later
- phpunit/phpunit : ~4.8

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

[](#installation)

- With Composer

```
composer install jngermon/phpunit-entity-tester

```

Quick example
-------------

[](#quick-example)

This is an example of unit test file:

```
