You are here

public function FeaturesExtraBlockTestCase::testBlockClass in Features Extra 7

Tests the integration with the Block Class module.

See also

http://www.drupal.org/node/1342996

File

tests/fe_block.test, line 91
Tests for the Features Extra Block module.

Class

FeaturesExtraBlockTestCase
Tests the functionality of FE Block.

Code

public function testBlockClass() {
  $this
    ->drupalGet('<front>');
  $this
    ->assertRaw('test-class', 'The class set by the Block Class module has been found.');
}