OEmbed: add unit tests. @group external-oembed is not run by default.

Props johnbillion, wonderboymusic.
See #32360.


git-svn-id: https://develop.svn.wordpress.org/trunk@38454 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2016-08-30 18:54:53 +00:00
parent 7734c6ac24
commit 7ca480cc4e
5 changed files with 878 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ class WP_PHPUnit_Util_Getopt extends PHPUnit_Util_Getopt {
'ajax' => true,
'ms-files' => true,
'external-http' => true,
'external-oembed' => true,
);
foreach ( $options as $option ) {