Proyectos de Subversion Moodle

Rev

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

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