Proyectos de Subversion Moodle

Rev

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

Rev 1441 Rev 1450
Línea 27... Línea 27...
27
 * @category   test
27
 * @category   test
28
 * @copyright  2021 Sara Arjona (sara@moodle.com)
28
 * @copyright  2021 Sara Arjona (sara@moodle.com)
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @coversDefaultClass \block_comments
30
 * @coversDefaultClass \block_comments
31
 */
31
 */
32
final class comments_test extends advanced_testcase {
32
class comments_test extends advanced_testcase {
33
    public static function setUpBeforeClass(): void {
33
    public static function setUpBeforeClass(): void {
34
        require_once(__DIR__ . '/../../moodleblock.class.php');
34
        require_once(__DIR__ . '/../../moodleblock.class.php');
35
        require_once(__DIR__ . '/../block_comments.php');
35
        require_once(__DIR__ . '/../block_comments.php');
36
        parent::setUpBeforeClass();
-
 
37
    }
36
    }
Línea 38... Línea 37...
38
 
37
 
39
    /**
38
    /**
40
     * Test the behaviour of can_block_be_added() method.
39
     * Test the behaviour of can_block_be_added() method.