class CreateSsssTest extends TestCase
{
use DatabaseMigrations;
/** @test */
public function testExample()
{
$this->assertTrue(true);
}
}
PHPUnit 6.4.4 by Sebastian Bergmann and contributors.
E.. 3 / 3 (100%)
Time: 161 ms, Memory: 14.00MB
There was 1 error:
1) Tests\Feature\CreateShellTest::testExample
Illuminate\Database\QueryException: could not find driver (SQL: PRAGMA writable_schema = 1;)