Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 47... Línea 47...
47
 * @category   test
47
 * @category   test
48
 * @copyright  2018 Frédéric Massart
48
 * @copyright  2018 Frédéric Massart
49
 * @author     Frédéric Massart <fred@branchup.tech>
49
 * @author     Frédéric Massart <fred@branchup.tech>
50
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
50
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
51
 */
51
 */
52
class provider_test extends provider_testcase {
52
final class provider_test extends provider_testcase {
Línea 53... Línea 53...
53
 
53
 
54
    public function setUp(): void {
54
    public function setUp(): void {
-
 
55
        global $CFG;
55
        global $CFG;
56
        parent::setUp();
56
        $this->resetAfterTest();
57
        $this->resetAfterTest();
Línea 57... Línea 58...
57
        $this->preventResetByRollback(); // Logging waits till the transaction gets committed.
58
        $this->preventResetByRollback(); // Logging waits till the transaction gets committed.
58
 
59