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

testDescription() public method

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