for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Foundation\Tests;
use Foundation\Abstracts\Tests\TestCase;
class OwnershipPolicyTest extends TestCase
{
public function testAccessPolicy()
$user = $this->actAsRandomUser();
$this->assertTrue($user->can('access', getAuthenticatedUser()));
}