* @var string
*/
protected $baseUrl = 'http://localhost';
/**
* Assert the session contains a specific entry.
* @var string
*/
protected $baseUrl = 'http://localhost';
/**
* Assert the session contains a specific entry.
* @return $this
*/
protected function assertSessionHas(string $key)
{
$this->assertTrue(session()->has($key), "Session does not contain a [{$key}] entry");
* @return $this
*/
protected function assertSessionHas(string $key)
{
$this->assertTrue(session()->has($key), "Session does not contain a [{$key}] entry");
* Assert that an activity entry exists of the given key.
* Checks the activity belongs to the given entity if provided.
*/
* Assert that an activity entry exists of the given key.
* Checks the activity belongs to the given entity if provided.
*/