Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 37... Línea 37...
37
 
37
 
38
    public function setUp(): void {
38
    public function setUp(): void {
39
        $this->resetAfterTest();
39
        $this->resetAfterTest();
Línea 40... Línea 40...
40
    }
40
    }
41
 
41
 
42
    public function test_book_exported() {
42
    public function test_book_exported(): void {
Línea 43... Línea 43...
43
        // There is no proper API to call to test the event, so what we are
43
        // There is no proper API to call to test the event, so what we are
44
        // doing here is simply making sure that the events returns the right information.
44
        // doing here is simply making sure that the events returns the right information.