Open mlopez-aeduc opened 5 years ago
nvm...
maybe this is the solution... edit the file tests/TestCase.php
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
use Illuminate\Foundation\Testing\WithoutMiddleware;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication, WithoutMiddleware;
}
When I run PHPUnit from a broker the system always throws the following error:
I think the system tries to redirect to the server from the broker and that's why it gives error 307.
Any idea how to fix it?