Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 27... Línea 27...
27
 *
27
 *
28
 * @package    mod_forum
28
 * @package    mod_forum
29
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
29
 * @copyright  2018 Andrew Nicols <andrew@nicols.co.uk>
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 rsslib_test extends \advanced_testcase {
32
final class rsslib_test extends \advanced_testcase {
33
    // Include the mod_forum test helpers.
33
    // Include the mod_forum test helpers.
34
    // This includes functions to create forums, users, discussions, and posts.
34
    // This includes functions to create forums, users, discussions, and posts.
35
    use \mod_forum_tests_generator_trait;
35
    use \mod_forum_tests_generator_trait;
Línea 36... Línea 36...
36
 
36