markTestSkipped( 'AuthManager is disabled' ); } parent::setUp(); } protected function getInstance( array $args = [ ] ) { return new TitleBlacklistAuthenticationRequest(); } public function provideLoadFromSubmission() { return [ 'empty' => [ [], [], [ 'ignoreTitleBlacklist' => false ] ], 'true' => [ [], [ 'ignoreTitleBlacklist' => '1' ], [ 'ignoreTitleBlacklist' => true ] ], ]; } }