You are here

function OembedEndpointTestCase::setUp in oEmbed 8

Same name and namespace in other branches
  1. 7 modules/oembedprovider/oembedprovider.test \OembedEndpointTestCase::setUp()
  2. 7.0 oembedprovider/oembedprovider.test \OembedEndpointTestCase::setUp()

Overrides OembedTestHelper::setUp

File

modules/oembedprovider/oembedprovider.test, line 62

Class

OembedEndpointTestCase

Code

function setUp() {
  parent::setUp(array(
    'file_entity',
    'oembedprovider',
  ));
}