Skip to content

Commit

Permalink
SearchKit - Add unit test for SearchDisplay::run
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Mar 31, 2021
1 parent e5ef054 commit a6b3f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/search/Civi/Api4/Action/SearchDisplay/Run.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Run extends \Civi\Api4\Generic\AbstractAction {
* Array of fields to use for ordering the results
* @var array
*/
protected $sort;
protected $sort = [];

/**
* Should this api call return a page of results or the row_count or the ids
Expand Down

0 comments on commit a6b3f9c

Please sign in to comment.