function OembedEndpointTestCase::setUp in oEmbed 8
Same name and namespace in other branches
- 7 modules/oembedprovider/oembedprovider.test \OembedEndpointTestCase::setUp()
- 7.0 oembedprovider/oembedprovider.test \OembedEndpointTestCase::setUp()
Overrides OembedTestHelper::setUp
File
- modules/
oembedprovider/ oembedprovider.test, line 62
Class
Code
function setUp() {
parent::setUp(array(
'file_entity',
'oembedprovider',
));
}