for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Port\Tests\PHPUnit\Abstracts;
class WebTestCase extends TestCase
{
public function setUp()
parent::setUp();
$this->baseUrl = env('WEB_FULL_URL');
}