PHPackages                             wdda/laravel-finder-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. [File &amp; Storage](/categories/file-storage)
4. /
5. wdda/laravel-finder-tests

ActiveLibrary[File &amp; Storage](/categories/file-storage)

wdda/laravel-finder-tests
=========================

This package uses reflection to find tests

v1.0.1(7y ago)01.3k1MITPHPPHP &gt;=7.0

Since Jan 10Pushed 7y ago1 watchersCompare

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

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

Laravel Finder Tests
====================

[](#laravel-finder-tests)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/b32fd925d62a8b5f21649111b067460d808264b09510c779d4624f83f142dd93/68747470733a2f2f7472617669732d63692e6f72672f776464612f6c61726176656c2d66696e6465722d74657374732e7376673f6272616e63683d76312e302e30)](https://travis-ci.org/wdda/laravel-finder-tests)

Laravel Finder Unit Tests.

Notice
------

[](#notice)

The name of the class tests must match exactly with the name of the class

```
//Class
ClassName.php

//Test class
ClassNameTest.php
```

the name of the test methods and the name of the class methods must match

```
//In class
public function methodName()
{
    ...
}
//In test class
public function testMethodName()
{
    ...
}
```

Install
-------

[](#install)

Install package:

```
$ composer require wdda/laravel-finder-tests --dev
```

Open your config/app.php and add the following to the providers array:

```
WDDA\LaravelFinderTests\FinderTestsProvider::class,
```

Run the command below to publish the package config file config/finder-tests.php:

```
php artisan vendor:publish --tag=finder-tests
```

Usage
-----

[](#usage)

```
php artisan finder-tests
```

or for option only not found

```
php artisan finder-tests --limit=1
```

axample all settings for config finder-tests.php

```
return  [
    'directory' => [
        [
            'rootPath' => app_path(),
            'classes' => [ //required
                'dir' => 'Modules/Models', //required
                'methodsExclude' => [
                    '__construct'
                ],
                'classesExclude' => [
                    'App\Modules\Models\Wiki'
                ]
            ],
            'tests' => [ //required
                'dir' => 'Modules/Tests/Unit', //required
                'methodsExclude' => [
                    'test'
                ],
                'classesExclude' => [
                    'App\Modules\Tests\Wiki'
                ]
            ]
        ],
        [
            //Other directory...
        ]
    ]
];
```

Testing
-------

[](#testing)

```
$ phpunit
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Dmitriy Alferov](https://github.com/wdda)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 76.5% 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 ~143 days

Total

3

Last Release

2765d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/60e1d25ca0e69b6343288ec44c2255886017da5d7e80489ce7a592ee368308d2?d=identicon)[wdda](/maintainers/wdda)

---

Top Contributors

[![wdda](https://avatars.githubusercontent.com/u/12080965?v=4)](https://github.com/wdda "wdda (13 commits)")[![kilitary](https://avatars.githubusercontent.com/u/1662737?v=4)](https://github.com/kilitary "kilitary (4 commits)")

---

Tags

unitlaraveltestsfinder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wdda-laravel-finder-tests/health.svg)

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

###  Alternatives

[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)[dees040/festing

Fasten up your unit tests in Laravel by more than 100%

364.3k](/packages/dees040-festing)[menthe/aliyun-ueditor

UEditor for laravel5 and Aliyun OSS.Store all images and files in Aliyun OSS. Support i18n. UEditor is a Rich Text Web Editor From Baidu.

172.4k](/packages/menthe-aliyun-ueditor)

PHPackages © 2026

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