create([]); $account = factory(Account::class, 3)->create([]); $instance->addUnreadChangelogEntry(1); Bus::assertDispatched(AddChangelogEntry::class); } }