Proyectos de Subversion Moodle

Rev

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

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