Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 34... Línea 34...
34
 *
34
 *
35
 * @package    dataformat_pdf
35
 * @package    dataformat_pdf
36
 * @copyright  2020 Paul Holden <paulh@moodle.com>
36
 * @copyright  2020 Paul Holden <paulh@moodle.com>
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class writer_test extends \advanced_testcase {
39
final class writer_test extends \advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    /**
41
    /**
42
     * Test writing data whose content contains an image with pluginfile.php source
42
     * Test writing data whose content contains an image with pluginfile.php source
43
     */
43
     */