PHPackages                             hiqdev/hidev-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. [Testing &amp; Quality](/categories/testing)
4. /
5. hiqdev/hidev-phpunit

ActiveYii2-extension[Testing &amp; Quality](/categories/testing)

hiqdev/hidev-phpunit
====================

HiDev plugin for PHPUnit

0.6.2(9y ago)543.0k312BSD-3-ClausePHP

Since Nov 24Pushed 5y ago2 watchersCompare

[ Source](https://github.com/hiqdev/hidev-phpunit)[ Packagist](https://packagist.org/packages/hiqdev/hidev-phpunit)[ Docs](https://github.com/hiqdev/hidev-phpunit)[ RSS](/packages/hiqdev-hidev-phpunit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (17)Used By (12)

HiDev PHPUnit
=============

[](#hidev-phpunit)

**HiDev plugin for PHPUnit**

[![Latest Stable Version](https://camo.githubusercontent.com/279ec290553eb2c91bca57392516c80eeaeba1bf481d78b199e35db521fa4de6/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f68696465762d706870756e69742f762f737461626c65)](https://packagist.org/packages/hiqdev/hidev-phpunit)[![Total Downloads](https://camo.githubusercontent.com/1138771d961548446d87ed209e4b8e137dfa9d5ae28f7e2e8de6b37c34b91da5/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f68696465762d706870756e69742f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/hidev-phpunit)[![Build Status](https://camo.githubusercontent.com/d24ad0670dc9e8c0daa0e37b44790d73d6cda299c47cacac1954fb9ae52514bb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f68696465762d706870756e69742e737667)](https://travis-ci.org/hiqdev/hidev-phpunit)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/6d179b85792aaa76585edbdca0f7512a0c8ed16135156ee2b98143c2169caff7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f68696465762d706870756e69742e737667)](https://scrutinizer-ci.com/g/hiqdev/hidev-phpunit/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e0b0934a43337ee6e0fa961e208662008d988c9a9b84bf858567404ffa3f0362/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f68696465762d706870756e69742e737667)](https://scrutinizer-ci.com/g/hiqdev/hidev-phpunit/)[![Dependency Status](https://camo.githubusercontent.com/cb8f439f1014bf9545d1d7cf89dd4000c4e66ff1eb0f1a7a7a69d125cc6c66ba/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a68696465762d706870756e69742f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:hidev-phpunit/dev-master)

[HiDev](https://github.com/hiqdev/hidev) is the automation tool mixed with code generator for easier continuous development.

This plugin enables [PHPUnit](https://phpunit.de/) support for HiDev.

Provides usual PHPUnit operations:

- generating `phpunit.xml.dist` and `tests/_bootstrap.php`
- running tests
- enables coverage report
- generating skeleton tests with [phpunit-skeleton-generator](https://github.com/sebastianbergmann/phpunit-skeleton-generator)

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

[](#installation)

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "hiqdev/hidev-phpunit"
```

or add

```
"hiqdev/hidev-phpunit": "*"
```

to the require section of your composer.json.

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2018, HiQDev ()

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 91.9% 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 ~74 days

Recently: every ~158 days

Total

16

Last Release

2710d ago

Major Versions

0.6.2 → 1.0.x-dev2018-12-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (91 commits)")[![SilverFire](https://avatars.githubusercontent.com/u/4499203?v=4)](https://github.com/SilverFire "SilverFire (8 commits)")

---

Tags

hacktoberfestpluginphpunithidev

### Embed Badge

![Health badge](/badges/hiqdev-hidev-phpunit/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-hidev-phpunit/health.svg)](https://phpackages.com/packages/hiqdev-hidev-phpunit)
```

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.8k](/packages/phpunit-phpunit)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[dealerdirect/phpcodesniffer-composer-installer

PHP\_CodeSniffer Standards Composer Installer Plugin

596161.9M1.9k](/packages/dealerdirect-phpcodesniffer-composer-installer)[johnkary/phpunit-speedtrap

Find and report on slow tests in your PHPUnit test suite

78137.2M122](/packages/johnkary-phpunit-speedtrap)[spatie/phpunit-snapshot-assertions

Snapshot testing with PHPUnit

69417.9M510](/packages/spatie-phpunit-snapshot-assertions)[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)

PHPackages © 2026

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