Make WordPress Core

Changeset 38840


Ignore:
Timestamp:
10/20/2016 09:15:10 AM (8 years ago)
Author:
johnbillion
Message:

oEmbed: Remove the oEmbed provider unit tests.

This reverts [38454] along with its follow-up commits, [38512], [38514], and [38692]. These tests are currently not pass
ing, and maybe they never will. The tests are in a group which does not run by default without a flag, making them quest
ionably useful.

We can re-visit this at a later date.

See #32360

Location:
trunk
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r38836 r38840  
    441441                args: ['-c', 'phpunit.xml.dist', '--group', 'external-http']
    442442            }
    443             //,
    444             //'external-oembed': {
    445             //  cmd: 'phpunit',
    446             //  args: ['-c', 'phpunit.xml.dist', '--group', 'external-oembed']
    447             //}
    448443        },
    449444        uglify: {
  • trunk/phpunit.xml.dist

    r38454 r38840  
    2525            <group>ms-files</group>
    2626            <group>external-http</group>
    27             <group>external-oembed</group>
    2827        </exclude>
    2928    </groups>
  • trunk/tests/phpunit/includes/bootstrap.php

    r38832 r38840  
    138138            'ms-files' => true,
    139139            'external-http' => true,
    140             'external-oembed' => true,
    141140        );
    142141
  • trunk/tests/phpunit/multisite.xml

    r38454 r38840  
    2626            <group>ms-files</group>
    2727            <group>external-http</group>
    28             <group>external-oembed</group>
    2928            <group>oembed-headers</group>
    3029        </exclude>
Note: See TracChangeset for help on using the changeset viewer.