PHP code example of oscarricardosan / phpunitg_laravel

1. Go to this page and download the library: Download oscarricardosan/phpunitg_laravel library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

oscarricardosan / phpunitg_laravel example snippets


 \Oscarricardosan\PhpunitgLaravel\OscarricardosanPhpunitgServiceProvider::class

 namespace App;

/**
* @phpunitG Tag name
*/
class ExampleTest extends TestCase{...My code...}

/**
* @test
*/
public function is_index_working(){...My code...}
text
PHPUNITG_TOKEN=Generated_token