Page MenuHomePhabricator

Page fixtures for MediaWiki REST integration tests
Open, Needs TriagePublic

Description

Currently, integration tests for REST endpoints that need to setup edits prior to running tests, use the action api to do so. Doing so takes a lot of time to write each individual edit to the database. We would like to explore options on using test fixtures or page imports, so that we only need to setup edits once, and re-use them between different integration tests as needed.