PHPackages                             aedart/athenaeum-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. aedart/athenaeum-testing

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

aedart/athenaeum-testing
========================

Testing utilities built on top of Orchestra Testbench and Codeception

9.25.1(2mo ago)02.4k↓50%BSD-3-ClausePHPPHP ^8.3

Since Apr 15Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/aedart/athenaeum-testing)[ Packagist](https://packagist.org/packages/aedart/athenaeum-testing)[ Docs](https://aedart.github.io/athenaeum/)[ RSS](/packages/aedart-athenaeum-testing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (18)Versions (164)Used By (0)

Athenaeum Testing
=================

[](#athenaeum-testing)

The Testing package offers various testing utilities, built on top of [Codeception](https://codeception.com/) and [Orchestra Testbench](https://packagist.org/packages/orchestra/testbench). It allows you to test Laravel specific components, Laravel's application and offers a few utilities for testing the [Athenaeum Core Application](https://packagist.org/packages/aedart/athenaeum-core).

Lastly, this package also comes with [Mockery](https://packagist.org/packages/mockery/mockery) and [Faker](https://packagist.org/packages/fzaninotto/faker).

Exaxmple
--------

[](#exaxmple)

```
use \Aedart\Testing\TestCases\UnitTestCase;

class FuelConsumptionTest extends UnitTestCase
{
    /**
     * @test
     */
    public function calculatesFuel()
    {
        $faker = $this->getFaker();
        $kilometers = $faker->numberBetween(1, 25);

        $consumption = FuelConsumption::calculate($kilometers);

        // ... remaining not shown ...
    }
}
```

Documentation
-------------

[](#documentation)

Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.

Repository
----------

[](#repository)

The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)

Versioning
----------

[](#versioning)

This package follows [Semantic Versioning 2.0.0](http://semver.org/)

License
-------

[](#license)

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

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

Total

163

Last Release

75d ago

Major Versions

4.2.1 → 5.0.02020-10-04

5.27.0 → 6.0.02022-04-05

6.8.1 → 7.0.12023-02-16

7.33.0 → 8.0.02024-03-18

8.22.0 → 9.0.02025-03-04

PHP version history (6 changes)v4.0PHP &gt;=7.4.0

6.0.0PHP ^8.0.2

7.0.1PHP ^8.1

7.21.0PHP ^8.1.22

8.0.0PHP ^8.2

9.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1523223?v=4)[Alin Eugen Deac](/maintainers/aedart)[@aedart](https://github.com/aedart)

---

Top Contributors

[![aedart](https://avatars.githubusercontent.com/u/1523223?v=4)](https://github.com/aedart "aedart (373 commits)")

---

Tags

athenaeum-testingtestingtestingAthenaeum

### Embed Badge

![Health badge](/badges/aedart-athenaeum-testing/health.svg)

```
[![Health](https://phpackages.com/badges/aedart-athenaeum-testing/health.svg)](https://phpackages.com/packages/aedart-athenaeum-testing)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[jasonmccreary/laravel-test-assertions

A set of helpful assertions when testing Laravel applications.

3513.9M32](/packages/jasonmccreary-laravel-test-assertions)[brain/monkey

Mocking utility for PHP functions and WordPress plugin API

33812.5M350](/packages/brain-monkey)[orchestra/workbench

Workbench Companion for Laravel Packages Development

8217.0M43](/packages/orchestra-workbench)[allure-framework/allure-codeception

Allure Codeception integration

5212.1M7](/packages/allure-framework-allure-codeception)

PHPackages © 2026

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