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:
Sergey Biryukov 2016-10-04 00:50:09 +00:00
parent 7e4e9f1ce7
commit 0a23c4d206
1 changed files with 0 additions and 2 deletions

View File

@ -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/' ),