PHPackages                             darkwebdesign/doctrine-unit-testing - 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. darkwebdesign/doctrine-unit-testing

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

darkwebdesign/doctrine-unit-testing
===================================

Doctrine Unit Testing

v2.7.1(2y ago)0897[1 issues](https://github.com/darkwebdesign/doctrine-unit-testing/issues)MITPHPPHP &gt;=7.1

Since Dec 4Pushed 2y agoCompare

[ Source](https://github.com/darkwebdesign/doctrine-unit-testing)[ Packagist](https://packagist.org/packages/darkwebdesign/doctrine-unit-testing)[ Docs](http://www.darkwebdesign.nl/)[ RSS](/packages/darkwebdesign-doctrine-unit-testing/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Doctrine Unit Testing
=====================

[](#doctrine-unit-testing)

[![Latest Stable Version](https://camo.githubusercontent.com/5eb58e7d73048000f4212271c93423b3c42d2a6945d08c9fcb8d8eeda0ddb042/68747470733a2f2f706f7365722e707567782e6f72672f6461726b77656264657369676e2f646f637472696e652d756e69742d74657374696e672f762f737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/darkwebdesign/doctrine-unit-testing)[![Total Downloads](https://camo.githubusercontent.com/8a08c86fcac0cf1c9956b1d951de1c9e77c6ca0b5ff6a07b6a51050bddfc881b/68747470733a2f2f706f7365722e707567782e6f72672f6461726b77656264657369676e2f646f637472696e652d756e69742d74657374696e672f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/darkwebdesign/doctrine-unit-testing)[![License](https://camo.githubusercontent.com/a0d98c67508abd4427469d3633e62777257648adb92dd0667823b96fd54521d5/68747470733a2f2f706f7365722e707567782e6f72672f6461726b77656264657369676e2f646f637472696e652d756e69742d74657374696e672f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/darkwebdesign/doctrine-unit-testing)

[![Build Status](https://camo.githubusercontent.com/13151ccd4b5603578b9f9600b1346ff44d3d2aed0749d601b5ceb742ad990bc5/68747470733a2f2f7472617669732d63692e636f6d2f6461726b77656264657369676e2f646f637472696e652d756e69742d74657374696e672e7376673f6272616e63683d322e37)](https://travis-ci.com/darkwebdesign/doctrine-unit-testing?branch=2.7)[![PHP Version](https://camo.githubusercontent.com/eb694706498671d860d23545bfbb22cfd09d8b628c29f74e391f2c0b5902c978/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372e312532422d3737374242332e737667)](https://php.net/)[![Doctrine Version](https://camo.githubusercontent.com/998ee23b4169631760cbf5bf3112ee93db57d40b92b56c6e222b222565ae14e3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f637472696e652d322e372d3245364243382e737667)](http://www.doctrine-project.org/)

Doctrine Unit Testing makes the Doctrine internal test case classes available to use in your own projects unit tests.

Installing via Composer
-----------------------

[](#installing-via-composer)

```
composer require darkwebdesign/doctrine-unit-testing
```

```
composer install
```

License
-------

[](#license)

Doctrine Unit Testing is licensed under the MIT License - see the `LICENSE` file for details.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~154 days

Recently: every ~320 days

Total

15

Last Release

922d ago

PHP version history (4 changes)v2.4.0PHP &gt;=5.3.2

v2.5.0PHP &gt;=5.4

v2.6.0PHP &gt;=7.1

v2.7.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/87e5bac63e50ade62a7081144d4cb5d6bbaa2f2a4571e1ccb78ee0e6e7e4a2b5?d=identicon)[raymondschouten](/maintainers/raymondschouten)

---

Top Contributors

[![raymondschouten](https://avatars.githubusercontent.com/u/21282689?v=4)](https://github.com/raymondschouten "raymondschouten (41 commits)")

---

Tags

doctrinephpunit-testingtestingunitdoctrine

### Embed Badge

![Health badge](/badges/darkwebdesign-doctrine-unit-testing/health.svg)

```
[![Health](https://phpackages.com/badges/darkwebdesign-doctrine-unit-testing/health.svg)](https://phpackages.com/packages/darkwebdesign-doctrine-unit-testing)
```

###  Alternatives

[dama/doctrine-test-bundle

Symfony bundle to isolate doctrine database tests and improve test performance

1.2k37.2M144](/packages/dama-doctrine-test-bundle)[dg/bypass-finals

Removes final keyword from source code on-the-fly and allows mocking of final methods and classes

56426.3M456](/packages/dg-bypass-finals)[nette/tester

Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏

4917.3M1.5k](/packages/nette-tester)[mattiasgeniar/phpunit-query-count-assertions

A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).

160730.9k2](/packages/mattiasgeniar-phpunit-query-count-assertions)[php-vfs/php-vfs

Virtual file system implementation for use with PHP unit testing.

572.7M24](/packages/php-vfs-php-vfs)[webfactory/doctrine-orm-test-infrastructure

Provides utils to create a test infrastructure for Doctrine 2 entities.

2052.9k1](/packages/webfactory-doctrine-orm-test-infrastructure)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
