for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php declare(strict_types = 1);
namespace AtlassianConnectBundle\Tests\Listener;
use Symfony\Component\Security\Core\User\UserInterface;
/**
* Class TestUser
*/
final class TestUser implements UserInterface
{
* @inheritDoc
public function getRoles()
}
public function getPassword()
public function getSalt()
public function getUsername()
public function eraseCredentials()