PHPackages                             sergeymakinen/tests - 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. sergeymakinen/tests

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

sergeymakinen/tests
===================

Common PHPUnit tests stuff

v1.3.1(8y ago)011.4k1MITPHPPHP ^5.4 || ^7.0CI passing

Since Jan 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sergeymakinen/tests)[ Packagist](https://packagist.org/packages/sergeymakinen/tests)[ Docs](https://github.com/sergeymakinen/tests)[ RSS](/packages/sergeymakinen-tests/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (1)

Common PHPUnit tests stuff
==========================

[](#common-phpunit-tests-stuff)

Common tests stuff for PHPUnit tests. Version 1.3 or higher is compatible with PHPUnit:

- 4.8.25 or higher
- 5.4.3 or higher
- 6.0.5 or higher
- 7.0.0 or higher

I use it in my library tests but you're also free to use. :)

[![Code Quality](https://camo.githubusercontent.com/d7c9fa4d1328176e5a7c68e55014114cc4595f3d7984d58214c4525fe75ab1ad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7365726765796d616b696e656e2f74657374732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sergeymakinen/tests) [![Build Status](https://camo.githubusercontent.com/b18da3d72008a5f6bb4e9980661948abe516175bd46687d1718173306b087ee1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7365726765796d616b696e656e2f74657374732e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sergeymakinen/tests) [![Code Coverage](https://camo.githubusercontent.com/d2feea8493acd520adf5135f217d44c12802f5a2a0dda6e6dcc3b94da55f8aff/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f7365726765796d616b696e656e2f74657374732e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/sergeymakinen/tests) [![SensioLabsInsight](https://camo.githubusercontent.com/57d2e6f8adb14756118c3cec1ae5ed1d37faaa882fd95edb94b429a65a8387d7/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f39373262373232662d623139342d346465372d396565642d3234663737626338633965322e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/972b722f-b194-4de7-9eed-24f77bc8c9e2)

[![Packagist Version](https://camo.githubusercontent.com/dc571de4184236880b9d6ed742cd2a19f37462033468c7add0ffa4e57dd2f75b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365726765796d616b696e656e2f74657374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeymakinen/tests) [![Total Downloads](https://camo.githubusercontent.com/681d008dd23065dfe7726175527eae02a1a7fe9161521b39bee49ddbb98de554/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365726765796d616b696e656e2f74657374732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sergeymakinen/tests) [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

[](#installation)

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

Either run

```
composer require --dev "sergeymakinen/tests:^1.0"
```

or add

```
"sergeymakinen/tests": "^1.0"
```

to the require-dev section of your `composer.json` file.

Usage
-----

[](#usage)

```
class MyClassTest extends \SergeyMakinen\Tests\TestCase
{
    //
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~86 days

Total

7

Last Release

3008d ago

### Community

---

Top Contributors

[![sergeymakinen](https://avatars.githubusercontent.com/u/983964?v=4)](https://github.com/sergeymakinen "sergeymakinen (28 commits)")

---

Tags

phpphp-libraryphpunittesttestsunit-testingunittest

### Embed Badge

![Health badge](/badges/sergeymakinen-tests/health.svg)

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M680](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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