Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package   core_analytics
22
 * @package   core_analytics
23
 * @copyright 2019 David Monllaó {@link http://www.davidmonllao.com}
23
 * @copyright 2019 David Monllaó {@link http://www.davidmonllao.com}
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class analysis_test extends \advanced_testcase {
26
final class analysis_test extends \advanced_testcase {
Línea 27... Línea 27...
27
 
27
 
28
    /**
28
    /**
29
     * Test fill_firstanalyses_cache.
29
     * Test fill_firstanalyses_cache.
30
     * @return null
30
     * @return null
31
     */
31
     */
32
    public function test_fill_firstanalyses_cache(): void {
32
    public function test_fill_firstanalyses_cache(): void {
33
        require_once(__DIR__ . '/fixtures/test_timesplitting_upcoming_seconds.php');
33
        require_once(self::get_fixture_path(__NAMESPACE__, 'test_timesplitting_upcoming_seconds.php'));
Línea 34... Línea 34...
34
        $this->resetAfterTest();
34
        $this->resetAfterTest();
Línea 35... Línea 35...
35
 
35