From 0a23c4d2067d22b7da2b115ae05bbeeec5bf5ffe Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Oct 2016 00:50:09 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/oembed.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/tests/oembed.php b/tests/phpunit/tests/oembed.php index 68afde9b33..be2a4e02ae 100644 --- a/tests/phpunit/tests/oembed.php +++ b/tests/phpunit/tests/oembed.php @@ -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/' ),