Page MenuHomePhabricator

VisualEditor: Kill global functions in test suites
Open, LowPublic

Description

Functions like runConverterTests() and what not are often global functions in the test file. These should be un-global-ified somehow.

Details

Reference
bz45291

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:18 AM
bzimport added a project: Technical-Debt.
bzimport set Reference to bz45291.

I can't find these any more. Resolved?

Found a few:

  • ve.dm.ModelRegistry.test
  • function checkForPickMe
  • ve.dm.Transaction.test
  • function runBuilderTests
  • function runConstructorTests