Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#32517 closed defect (bug) (fixed)

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

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

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 10 years ago.

Download all attachments as: .zip

Change History (2)

@jeremyfelt
10 years ago

#1 @jeremyfelt
10 years ago

  • Owner set to jeremyfelt
  • Resolution set to fixed
  • Status changed from new to closed

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.