PHPackages                             thipages/quicktests - 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. thipages/quicktests

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

thipages/quicktests
===================

Quick PHP unit tests

v0.4.0(5y ago)1162MITPHP

Since Apr 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/thipages/quicktests)[ Packagist](https://packagist.org/packages/thipages/quicktests)[ RSS](/packages/thipages-quicktests/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (5)Used By (2)

quicktests
==========

[](#quicktests)

Quick PHP Unit Tests

### Installation

[](#installation)

**composer** require thipages\\quicktests

### Usage of QTests class

[](#usage-of-qtests-class)

#### through the following static method

[](#through-the-following-static-method)

```
    test  ($qTestsOrList, $htmlOutput=false, $idFilter=null)
```

#### Example

[](#example)

```
  $html=QTests::test(Tests_Foo::class);
                or
  $html=QTests::test([Tests_Foo1::class,Tests_Foo2::class]);

  // where Tests_Foo needs to have s static dataSet() method
  // being an array of tests to perform and containing a 3 items array (actual,expected,description)

  class Tests_Foo {                              // test group Tests_Foo
      public static function dataSet() {
          return [
              [true, true, "True  is true"],      // test 1
              [true, false, "true is not false"], // test 2
              [1,"1", "Number 1 is not String 1"] // test 3
          ];
        }
    }
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

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

Total

4

Last Release

2118d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130309?v=4)[tit](/maintainers/thipages)[@thipages](https://github.com/thipages)

---

Top Contributors

[![thipages](https://avatars.githubusercontent.com/u/130309?v=4)](https://github.com/thipages "thipages (10 commits)")

---

Tags

phpquicktestsunithtmlquickunit-tests

### Embed Badge

![Health badge](/badges/thipages-quicktests/health.svg)

```
[![Health](https://phpackages.com/badges/thipages-quicktests/health.svg)](https://phpackages.com/packages/thipages-quicktests)
```

###  Alternatives

[code-distortion/adapt

A Laravel package that builds databases for your tests, improving their speed.

2835.5k](/packages/code-distortion-adapt)

PHPackages © 2026

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