You are here

public function testViewsNivoSliderFormsTestCase::testViewsNivoSliderPage in Views Nivo Slider 7.3

File

tests/vns.test, line 49
SimpleTest tests for views_nivo_slider.module.

Class

testViewsNivoSliderFormsTestCase

Code

public function testViewsNivoSliderPage() {
  $content_type = $this
    ->drupalCreateContentType();
  $content_node1 = $this
    ->drupalCreateNode();
  $content_node2 = $this
    ->drupalCreateNode();
  $content_node3 = $this
    ->drupalCreateNode();
  $edit2 = array();
  $this
    ->drupalGet('/nivo-test', $edit2);
}