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