Solved this; it turns out when you don't sleep and have a stressful day, you can miss simple things:
public function tearDown()
{
$this->reset();
parent::tearDown();
}
Hopefully this will help others.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community