You are here

function FollowTestCase::testFollow in Follow 7.2

Create one test function here to run all tests from, for speed.

File

tests/follow.test, line 36
Follow module tests.

Class

FollowTestCase
@file Follow module tests.

Code

function testFollow() {
  $this
    ->_testInstall();
  $this
    ->_testIcons();
  $this
    ->_testConfigureForm();
  $this
    ->_testCssCallback();
}