ParagonIE\EasyDB\Tests\EscapeLikeTest::dataMSSQLValues PHP Method

dataMSSQLValues() public method

public dataMSSQLValues ( )
    public function dataMSSQLValues()
    {
        return array_merge($this->dataValues(), [['[range]', '\\[range\\]'], ['[^negated]', '\\[^negated\\]']]);
    }