Línea 27... |
Línea 27... |
27 |
*
|
27 |
*
|
28 |
* @package repository_contentbank
|
28 |
* @package repository_contentbank
|
29 |
* @copyright 2020 Mihail Geshoski <mihail@moodle.com>
|
29 |
* @copyright 2020 Mihail Geshoski <mihail@moodle.com>
|
30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
30 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
31 |
*/
|
31 |
*/
|
32 |
class browser_test extends \advanced_testcase {
|
32 |
final class browser_test extends \advanced_testcase {
|
Línea 33... |
Línea 33... |
33 |
|
33 |
|
34 |
/**
|
34 |
/**
|
35 |
* Test get_content() in the system context with users that have capability to access/view content bank content
|
35 |
* Test get_content() in the system context with users that have capability to access/view content bank content
|
36 |
* within the system context. By default, every authenticated user should be able to access/view the content in
|
36 |
* within the system context. By default, every authenticated user should be able to access/view the content in
|