PHPackages                             oscarricardosan/phpunitg\_laravel - 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. oscarricardosan/phpunitg\_laravel

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

oscarricardosan/phpunitg\_laravel
=================================

Phpunit test management package, in multiple app in local environment.

v1.0.24(8y ago)0629MITPHP

Since Aug 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/oscarricardosan/phpunitg-laravel-package)[ Packagist](https://packagist.org/packages/oscarricardosan/phpunitg_laravel)[ RSS](/packages/oscarricardosan-phpunitg-laravel/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

PhpunitG Package
================

[](#phpunitg-package)

Client package for  .

Install
-------

[](#install)

1. In your terminal:

```
$ composer require --dev oscarricardosan/phpunitg_laravel
```

2. When you register the application with  it generates a token which you must put in the .env of the application.

```
PHPUNITG_TOKEN=Generated_token

```

3. Add the service provider to your config/app.php file:

```
 \Oscarricardosan\PhpunitgLaravel\OscarricardosanPhpunitgServiceProvider::class
```

4. Select the tests that you want to be scanned and put @phpunitG in phpDoc comments, with this you indicate to the package that this class must be scanned.

Optional, after @phpunitG you can put text that will serve as a tag name, if you do not put it it will remain as "No Tag".

```
