You are here

protected property OembedTestHelper::$urls in oEmbed 8

Same name and namespace in other branches
  1. 7 oembed.test \OembedTestHelper::urls
  2. 7.0 oembed.test \OembedTestHelper::urls

File

./oembed.test, line 14
Tests for oembed.module.

Class

OembedTestHelper
@file Tests for oembed.module.

Code

protected $urls = array(
  'http://www.flickr.com/photos/boris/2351723120/' => array(
    'type' => 'photo',
    'thumbnail' => TRUE,
  ),
  'http://qik.com/video/7046119' => array(
    'type' => 'video',
    'thumbnail' => FALSE,
  ),
  'http://revision3.com/hak5/hospital' => array(
    'type' => 'video',
    'thumbnail' => FALSE,
  ),
  'http://www.scribd.com/doc/3828502/Drupal' => array(
    'type' => 'rich',
    'thumbnail' => TRUE,
  ),
  'http://www.slideshare.net/eaton/drupal-deployment-presentation' => array(
    'type' => 'rich',
    'thumbnail' => TRUE,
  ),
  'http://soozphotography.smugmug.com/Events/Drupal-7-Release-Party-at/i-mnVjkZg/1/L/DSC_0555-L.jpg' => array(
    'type' => 'photo',
    'thumbnail' => FALSE,
  ),
  'http://soundcloud.com/headstart-cms/drupal' => array(
    'type' => 'rich',
    'thumbnail' => TRUE,
  ),
  'https://twitter.com/drupal/status/266208177161400320' => array(
    'type' => 'rich',
    'thumbnail' => FALSE,
  ),
  'http://www.viddler.com/v/bdce8c7' => array(
    'type' => 'video',
    'thumbnail' => TRUE,
  ),
  'https://vimeo.com/18352872' => array(
    'type' => 'video',
    'thumbnail' => TRUE,
  ),
  'http://www.youtube.com/watch?v=XgYu7-DQjDQ' => array(
    'type' => 'video',
    'thumbnail' => TRUE,
  ),
);