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
     * @covers ::initialise
37
     * @covers ::initialise
38
     * @covers ::set
38
     * @covers ::set
39
     * @covers ::get
39
     * @covers ::get
40
     * @covers ::purge
40
     * @covers ::purge
41
     */
41
     */
42
    public function test_cache_async_purge() {
42
    public function test_cache_async_purge(): void {
43
        $this->resetAfterTest(true);
43
        $this->resetAfterTest(true);
Línea 44... Línea 44...
44
 
44
 
45
        // Cache definition.
45
        // Cache definition.
Línea 70... Línea 70...
70
    /**
70
    /**
71
     * Testing Adhoc Cron - deletes old cache revision directory
71
     * Testing Adhoc Cron - deletes old cache revision directory
72
     *
72
     *
73
     * @covers \cachestore_file\task
73
     * @covers \cachestore_file\task
74
     */
74
     */
75
    public function test_cache_async_purge_cron() {
75
    public function test_cache_async_purge_cron(): void {
76
        global $CFG, $USER;
76
        global $CFG, $USER;
Línea 77... Línea 77...
77
 
77
 
Línea 78... Línea 78...
78
        $this->resetAfterTest(true);
78
        $this->resetAfterTest(true);