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

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

adgoal/phpunit-entity-tester
============================

Quickly test your entities

0.0.1(7y ago)0591MITPHPPHP &gt;=7.0

Since Jan 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Adgoal/phpunit-entity-tester)[ Packagist](https://packagist.org/packages/adgoal/phpunit-entity-tester)[ RSS](/packages/adgoal-phpunit-entity-tester/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)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 : 7.0 or later
- phpunit/phpunit : 6 or later

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

[](#installation)

- With Composer

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

```

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

[](#quick-example)

This is an example of unit test file:

```
