| Package Data | |
|---|---|
| Maintainer Username: | oscarricardosan |
| Maintainer Contact: | oscarricardosan@gmail.com (oscarricardosan) |
| Package Create Date: | 2017-08-06 |
| Package Last Update: | 2018-04-23 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:01:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 623 |
| Monthly Downloads: | 3 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Client package for https://github.com/oscarricardosan/phpunitg-laravel-dashboard .
$ composer require --dev oscarricardosan/phpunitg_laravel
PHPUNITG_TOKEN=Generated_token
\Oscarricardosan\PhpunitgLaravel\OscarricardosanPhpunitgServiceProvider::class
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".
<?php namespace App;
/**
* @phpunitG Tag name
*/
class ExampleTest extends TestCase{...My code...}
/**
* @test
*/
public function is_index_working(){...My code...}