Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 22... Línea 22...
22
 * Tests for PDFlib
22
 * Tests for PDFlib
23
 *
23
 *
24
 * @package    core
24
 * @package    core
25
 * @copyright  2021 Brendan Heywood (brendan@catalyst-au.net)
25
 * @copyright  2021 Brendan Heywood (brendan@catalyst-au.net)
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
27
 * @covers \pdf
27
 */
28
 */
28
class pdflib_test extends \advanced_testcase {
29
final class pdflib_test extends \advanced_testcase {
Línea 29... Línea 30...
29
 
30
 
30
    public function test_gettcpdf_producer(): void {
31
    public function test_gettcpdf_producer(): void {
31
        global $CFG;
32
        global $CFG;
Línea 68... Línea 69...
68
    }
69
    }
Línea 69... Línea 70...
69
 
70
 
70
    /**
71
    /**
71
     * Test get_export_fontlist function.
72
     * Test get_export_fontlist function.
72
     *
73
     *
73
     * @covers ::get_export_fontlist
74
     * @covers \pdf::get_export_fontlist
74
     *
75
     *
75
     * @return void
76
     * @return void
76
     */
77
     */
77
    public function test_get_export_fontlist(): void {
78
    public function test_get_export_fontlist(): void {