OpenSkill\Datatable\Queries\Parser\Datatable19QueryParserTest::testSortingOrder3 PHP Method

testSortingOrder3() public method

Will test that the sorting order without all the columns in the configuration correctly throws an exception
public testSortingOrder3 ( )
    public function testSortingOrder3()
    {
        $this->sortingOrderGeneration(false);
    }