Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 46... Línea 46...
46
        } else if (!in_array(backup::CIPHER, openssl_get_cipher_methods())) {
46
        } else if (!in_array(backup::CIPHER, openssl_get_cipher_methods())) {
47
            $this->markTestSkipped('Expected cipher not available: ' . backup::CIPHER);
47
            $this->markTestSkipped('Expected cipher not available: ' . backup::CIPHER);
48
        }
48
        }
49
    }
49
    }
Línea 50... Línea 50...
50
 
50
 
Línea 51... Línea 51...
51
    public function test_encrypted_final_element() {
51
    public function test_encrypted_final_element(): void {
Línea 52... Línea 52...
52
 
52
 
53
        $this->resetAfterTest(true);
53
        $this->resetAfterTest(true);