Neos\Neos\Tests\Functional\FlowQueryOperations\SortOperationTest::callWithoutArgumentsCausesException PHP Method

callWithoutArgumentsCausesException() public method

    public function callWithoutArgumentsCausesException()
    {
        $flowQuery = new \Neos\Eel\FlowQuery\FlowQuery([]);
        $operation = new SortOperation();
        $operation->evaluate($flowQuery, []);
    }