Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32517 closed defect (bug) (fixed)

Multisite Tests: Use a dataProvider when testing sanitize option on network options

Reported by: jeremyfelt Owned by: jeremyfelt
Priority: normal Milestone: 4.3
Component: Options, Meta APIs Version:
Severity: normal Keywords: has-patch
Cc: Focuses: multisite

Description

We can clean up how the sanitization of network options for illegal_names, limited_email_domains, and banned_email_domains is being tested.

Attachments (1)

32517.diff (3.3 KB ) - added by jeremyfelt 11 years ago.

Download all attachments as: .zip

Change History (2)

@jeremyfelt
11 years ago

#1 @jeremyfelt
11 years ago

  • Owner set to jeremyfelt
  • Resolutionfixed
  • Status newclosed

In 32634:

Use a dataProvider for network option sanitization tests.

Cleans up tests for sanitization of illegal_names, illegal_email_domains, and banned_email_domains network options.

Fixes #32517.

Note: See TracTickets for help on using tickets.