Unit Tests: Remove unused variable in `Tests_oEmbed::dataShouldNotMatchOembedRegex()`.
Props jrf. See #38187. git-svn-id: https://develop.svn.wordpress.org/trunk@38714 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7e4e9f1ce7
commit
0a23c4d206
|
@ -859,8 +859,6 @@ class Tests_oEmbed extends WP_UnitTestCase {
|
|||
* @return array
|
||||
*/
|
||||
public function dataShouldNotMatchOembedRegex() {
|
||||
$providers = self::$provider_map;
|
||||
|
||||
return array(
|
||||
array( 'http://dairly/something' ),
|
||||
array( 'https://daisly/' ),
|
||||
|
|
Loading…
Reference in New Issue