Psecio\Parse\Rule\RuleTestCase::testLongDescription PHP Method

testLongDescription() public method

public testLongDescription ( )
    public function testLongDescription()
    {
        $this->assertInternalType('string', $this->buildTest()->getLongDescription(), 'getLongDescription() must return a string');
    }