for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ArcherZdip\LaravelApiAuth\Test;
use PHPUnit\Framework\TestCase;
class GenerateAppAuthTest extends TestCase
{
/**
*
* @test
*/
public function test_generate_app()
}