Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 24... Línea 24...
24
 * @author    Petr Skoda
24
 * @author    Petr Skoda
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 *
26
 *
27
 * @coversDefaultClass \block_html
27
 * @coversDefaultClass \block_html
28
 */
28
 */
29
class block_html_test extends \advanced_testcase {
29
final class block_html_test extends \advanced_testcase {
30
    /**
30
    /**
31
     * Tests instance files copying.
31
     * Tests instance files copying.
32
     * @covers ::instance_copy
32
     * @covers ::instance_copy
33
     */
33
     */
34
    public function test_instance_copy(): void {
34
    public function test_instance_copy(): void {