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
|
b
|
class Tests_oEmbed extends WP_UnitTestCase { |
| 832 | 832 | * @return array |
| 833 | 833 | */ |
| 834 | 834 | public function dataShouldNotMatchOembedRegex() { |
| 835 | | $providers = self::$provider_map; |
| 836 | | |
| 837 | 835 | return array( |
| 838 | 836 | array( 'http://dairly/something' ), |
| 839 | 837 | array( 'https://daisly/' ), |