PHPackages                             laratutor/nova-agile-testdox - 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. laratutor/nova-agile-testdox

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

laratutor/nova-agile-testdox
============================

A Laravel Nova tool to display Agile testdox.

v1.0.0(7y ago)046MITPHPPHP &gt;=7.1.0

Since Sep 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laratutor/nova-agile-testdox)[ Packagist](https://packagist.org/packages/laratutor/nova-agile-testdox)[ RSS](/packages/laratutor-nova-agile-testdox/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Agile Testdox for Laravel Nova
==============================

[](#agile-testdox-for-laravel-nova)

Description
-----------

[](#description)

See your [Agile Testdox](https://phpunit.de/manual/6.5/en/other-uses-for-tests.html) for your test as generated by PHPUnit right inside Laravel Nova!

[![image](screenshot.png)](screenshot.png)

Note: This assumes you have left `phpunit.xml` in the default place (project root) and haven't moved it.

How it works
------------

[](#how-it-works)

PHPUnit will automatically generate the Testdox for you based off the class and method names. Alternatively, you can use the `@testdox` annotation to override the generated strings, as you can see with the "Update a post" test. You can also put the annotation on test methods. See the [Agile Testdox](https://phpunit.de/manual/6.5/en/other-uses-for-tests.html) documentation for more.

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

[](#installation)

First, install the package:

`composer require laratutor/nova-agile-testdox`

Next, add it to the array inside the `tools()` method of your `app/Providers/NovaServiceProvider.php`:

```
namespace App\Providers;
...
use Laratutor\NovaAgileTestdox\NovaAgileTestdox;
...

    /**
     * Get the tools that should be listed in the Nova sidebar.
     *
     * @return array
     */
    public function tools()
    {
        return [
            new NovaAgileTestdox,
        ];
    }
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

2798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf1e0d66e5e715a70fb118ac6c8c8fd02bb7a5bec33302f71aad9e45240e798?d=identicon)[FatBoyXPC](/maintainers/FatBoyXPC)

![](https://www.gravatar.com/avatar/0518618827e626ab81aed36b5bc9c59bf4b533dab1fca8aca9109f47b4b67ec2?d=identicon)[GlennKimbleJr](/maintainers/GlennKimbleJr)

---

Top Contributors

[![FatBoyXPC](https://avatars.githubusercontent.com/u/744962?v=4)](https://github.com/FatBoyXPC "FatBoyXPC (15 commits)")[![GlennKimbleJr](https://avatars.githubusercontent.com/u/8341011?v=4)](https://github.com/GlennKimbleJr "GlennKimbleJr (3 commits)")

---

Tags

testinglaravelTDDtestsAgilenovatest-driven-developmenttestdox

### Embed Badge

![Health badge](/badges/laratutor-nova-agile-testdox/health.svg)

```
[![Health](https://phpackages.com/badges/laratutor-nova-agile-testdox/health.svg)](https://phpackages.com/packages/laratutor-nova-agile-testdox)
```

###  Alternatives

[orchestra/testbench

Laravel Testing Helper for Packages Development

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

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)[orchestra/testbench-core

Testing Helper for Laravel Development

27043.7M308](/packages/orchestra-testbench-core)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M54](/packages/timacdonald-log-fake)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M774](/packages/typo3-testing-framework)[janmarek/mockista

Mockista is library for mocking, which I've written, because I find mocking in PHPUnit awful.

29221.0k28](/packages/janmarek-mockista)

PHPackages © 2026

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