You are here

public function ScaldYouTubeTestCase::testScaldYouTubeAtomCreation in Scald YouTube 7

Test Scald YouTube atom creation via UI.

File

./scald_youtube.test, line 34
Tests for scald_youtube.module.

Class

ScaldYouTubeTestCase
Test the Scald YouTube functionality.

Code

public function testScaldYouTubeAtomCreation() {
  $web_user = $this
    ->drupalCreateUser(array(
    'view any atom',
    'create atom of video type',
  ));
  $this
    ->drupalLogin($web_user);
}