for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tests\Feature;
use Tests\TestCase;
class GrantleyTest extends TestCase {
public function testDatabaseForGrantley() {
$this->assertDatabaseMissing('users', [
'email' => '[email protected]'
]);
}