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  2019 Ryan Wyllie <ryan@moodle.com>
29
 * @copyright  2019 Ryan Wyllie <ryan@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 vaults_post_read_receipt_collection_test extends \advanced_testcase {
32
final class vaults_post_read_receipt_collection_test extends \advanced_testcase {
33
    // Make use of the test generator trait.
33
    // Make use of the test generator trait.
34
    use mod_forum_tests_generator_trait;
34
    use mod_forum_tests_generator_trait;
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**