Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 29... Línea 29...
29
class qrcode_test extends \basic_testcase {
29
class qrcode_test extends \basic_testcase {
Línea 30... Línea 30...
30
 
30
 
31
    /**
31
    /**
32
     * Basic test to generate a QR code and check that the library is not broken.
32
     * Basic test to generate a QR code and check that the library is not broken.
33
     */
33
     */
34
    public function test_generate_basic_qr() {
34
    public function test_generate_basic_qr(): void {
35
        // The QR code generator library apply masks by random order, this is why everytime a QR code is generated the resultant
35
        // The QR code generator library apply masks by random order, this is why everytime a QR code is generated the resultant
Línea 36... Línea 36...
36
        // binary file can be different. This is why tests are limited.
36
        // binary file can be different. This is why tests are limited.
37
 
37