You are here

function VariableCheckTestCase::testVariableNotice in Variable Check 7

Check for the dreaded notices.

File

./variablecheck.test, line 53
Tests for Variablecheck.

Class

VariableCheckTestCase
Functional tests for the variablecheck module.

Code

function testVariableNotice() {
  $this
    ->drupalGet('');
  $this
    ->assertRaw('unserialize(): Error at offset 0 of 9 bytes');
}