From 7329282f65f83e2cd2cc08c6aa6f7f01f99b6467 Mon Sep 17 00:00:00 2001
From: jrfnl <github_nospam@adviesenzo.nl>
Date: Fri, 30 Sep 2016 17:34:03 +0200
Subject: [PATCH] Remove unused variable from data provider.

---
 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 f46ac07..0fa8776 100644
--- a/tests/phpunit/tests/oembed.php
+++ b/tests/phpunit/tests/oembed.php
@@ -832,8 +832,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/' ),
-- 
1.9.5.msysgit.0

