PHPackages                             solital/phpunit-bridge - 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. solital/phpunit-bridge

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

solital/phpunit-bridge
======================

PHPUnit bridge for Solital Framework

0.2.0(1y ago)05PHPPHP ^8.4

Since Sep 5Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

PHPUnit bridge for Solital Framework
====================================

[](#phpunit-bridge-for-solital-framework)

This package was created using the [robiningelbrecht/phpunit-pretty-print](https://packagist.org/packages/robiningelbrecht/phpunit-pretty-print) component.

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

[](#installation)

```
composer require solital/phpunit-bridge --dev
```

Configuration
-------------

[](#configuration)

Navigate to your `phpunit.xml` file and add following config to set default options (you can also set these options at run time):

```

```

Also make sure the `color` attribute is set to `true`:

```

```

Options
-------

[](#options)

All these options can be set at runtime as well, see [usage](#usage).

### Output profiling report

[](#output-profiling-report)

```

```

### Enable compact mode

[](#enable-compact-mode)

```

```

### Feel good about yourself after running your testsuite by displaying a Chuck Noris quote

[](#feel-good-about-yourself-after-running-your-testsuite-by-displaying-a-chuck-noris-quote)

```

```

### Disable pretty print.

[](#disable-pretty-print)

This can be useful when you only want to prettify the output when forced via CLI (see [usage](#usage)).

```

```

Usage
-----

[](#usage)

```
> vendor/bin/phpunit
```

### Output profiling report

[](#output-profiling-report-1)

```
> vendor/bin/phpunit -d --profiling
```

### Enable compact mode

[](#enable-compact-mode-1)

```
> vendor/bin/phpunit -d --compact
```

### Display Chuck Norris quote

[](#display-chuck-norris-quote)

```
> vendor/bin/phpunit -d --display-quote
```

### Enable/disable pretty print

[](#enabledisable-pretty-print)

```
> vendor/bin/phpunit -d --enable-pretty-print
> vendor/bin/phpunit -d --disable-pretty-print
```

### Combine multiple options

[](#combine-multiple-options)

```
> vendor/bin/phpunit --configuration=tests/phpunit.test.xml -d --compact -d --display-quote
```

PHPUnit 9.x
-----------

[](#phpunit-9x)

This package does not support PHPUnit 9.x

License
=======

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~90 days

Total

3

Last Release

440d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b4643dd44cd0ca52917d341a3eb9ab4de7328ff2c2c2c227080c39f6a5606dc?d=identicon)[brenno-duarte](/maintainers/brenno-duarte)

---

Top Contributors

[![brenno-duarte](https://avatars.githubusercontent.com/u/32854266?v=4)](https://github.com/brenno-duarte "brenno-duarte (3 commits)")

---

Tags

testingphpunitxunit

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/solital-phpunit-bridge/health.svg)

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

###  Alternatives

[phpunit/phpunit

The PHP Unit Testing framework.

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

Selenium Server integration for PHPUnit

59610.9M150](/packages/phpunit-phpunit-selenium)

PHPackages © 2026

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