You are here

public function FollowTestCase::_testInstall in Follow 7.2

1 call to FollowTestCase::_testInstall()
FollowTestCase::testFollow in tests/follow.test
Create one test function here to run all tests from, for speed.

File

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

Class

FollowTestCase
@file Follow module tests.

Code

public function _testInstall() {
  $this
    ->assertTrue(file_exists(_follow_css_get_path()), t('The CSS file was generated on install.'));
}