Page MenuHomePhabricator

Make PHPUnit dataProvider on PasswordTestCase static
Closed, ResolvedPublic

Description

The @dataProvider annotation should be a static function, make

  • PasswordTestCase ::provideTypes

static and adjust the usages (More infos at T332865).