create(); $orphans = Group::orphans()->get(); $this->assertCount(1, $orphans); $this->assertEquals($orphan->id, $orphans[0]->id); } }