From c808c73f2f378d13f60f9053907a50c2329593c5 Mon Sep 17 00:00:00 2001 From: spacedmonkey Date: Thu, 27 Feb 2020 16:27:49 +0000 Subject: [PATCH] Fix unit tests again. --- tests/phpunit/unit/php/TestRouter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/unit/php/TestRouter.php b/tests/phpunit/unit/php/TestRouter.php index fa6f2333..f415b188 100644 --- a/tests/phpunit/unit/php/TestRouter.php +++ b/tests/phpunit/unit/php/TestRouter.php @@ -53,7 +53,7 @@ public function test_enqueue_scripts() { ->with( 'unsplash_selector', 'http://example.com/js/dist/selector.js', - [ 'wp-polyfill', 'media-views' ], + [ 'wp-polyfill', 'media-views', 'wp-api-request' ], '44fc4d3ff739a64e2a7c5596a43c0b75', true );