Skip to content

Instantly share code, notes, and snippets.

View cmcramer's full-sized avatar

Cathy Cramer cmcramer

View GitHub Profile
<?php
class CmcYouTubeEmbed extends DataObject {
private static $singular_name = 'Embedded YouTube Video';
private static $plural_name = 'Embedded YouTube Videos';
private static $db = array(
'YouTubeTitle' => 'Varchar(255)',
'YouTubeId' => 'Varchar(100)',
YouTubeEmbedFunctionalTest.php
-------
class YouTubeEmbedFunctionalTest extends FunctionalTest {
/**
* @var YouTubeEmbed
*/
private $youTubeEmbed;