| Línea 29... |
Línea 29... |
| 29 |
* @copyright 2023 Catalyst IT Europe Ltd.
|
29 |
* @copyright 2023 Catalyst IT Europe Ltd.
|
| 30 |
* @author Mark Johnson <mark.johnson@catalyst-eu.net>
|
30 |
* @author Mark Johnson <mark.johnson@catalyst-eu.net>
|
| 31 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
31 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 32 |
* @covers \qbank_columnsortorder\external\set_hidden_columns
|
32 |
* @covers \qbank_columnsortorder\external\set_hidden_columns
|
| 33 |
*/
|
33 |
*/
|
| 34 |
class set_hidden_columns_test extends external_function_testcase {
|
34 |
final class set_hidden_columns_test extends external_function_testcase {
|
| 35 |
/**
|
35 |
/**
|
| 36 |
* @var string Fully-qualified external function class to test.
|
36 |
* @var string Fully-qualified external function class to test.
|
| 37 |
*/
|
37 |
*/
|
| 38 |
protected $testclass = '\qbank_columnsortorder\external\set_hidden_columns';
|
38 |
protected $testclass = '\qbank_columnsortorder\external\set_hidden_columns';
|