Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 22... Línea 22...
22
 * @package    core
22
 * @package    core
23
 * @category   phpunit
23
 * @category   phpunit
24
 * @copyright  2023 Andrew Lyons <andrew@nicols.co.uk>
24
 * @copyright  2023 Andrew Lyons <andrew@nicols.co.uk>
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 */
26
 */
27
class util_test extends \advanced_testcase {
27
final class util_test extends \advanced_testcase {
28
    /**
28
    /**
29
     * Note: This test is required for the other two parts because the first time
29
     * Note: This test is required for the other two parts because the first time
30
     * a table is written to it may not have had the initial value reset.
30
     * a table is written to it may not have had the initial value reset.
31
     *
31
     *
32
     * @coversNothing
32
     * @coversNothing