Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 19... Línea 19...
19
namespace core_reportbuilder;
19
namespace core_reportbuilder;
Línea 20... Línea 20...
20
 
20
 
21
use advanced_testcase;
21
use advanced_testcase;
22
use context_system;
22
use context_system;
-
 
23
use stdClass;
Línea 23... Línea 24...
23
use stdClass;
24
use core_reportbuilder\exception\{source_invalid_exception, source_unavailable_exception};
24
 
25
 
25
/**
26
/**
26
 * Unit tests for the system report factory class
27
 * Unit tests for the system report factory class
27
 *
28
 *
28
 * @package     core_reportbuilder
29
 * @package     core_reportbuilder
29
 * @covers      \core_reportbuilder\system_report_factory
30
 * @covers      \core_reportbuilder\system_report_factory
30
 * @copyright   2020 Paul Holden <paulh@moodle.com>
31
 * @copyright   2020 Paul Holden <paulh@moodle.com>
31
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Línea 32... Línea 33...
32
 */
33
 */
33
class system_report_factory_test extends advanced_testcase {
34
final class system_report_factory_test extends advanced_testcase {
34
 
35
 
35
    /**
36
    /**