Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package availability_grade
22
 * @package availability_grade
23
 * @copyright 2014 The Open University
23
 * @copyright 2014 The Open University
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class condition_test extends \advanced_testcase {
26
final class condition_test extends \advanced_testcase {
27
    /**
27
    /**
28
     * Tests constructing and using grade condition.
28
     * Tests constructing and using grade condition.
29
     */
29
     */
30
    public function test_usage(): void {
30
    public function test_usage(): void {
31
        global $USER, $CFG;
31
        global $USER, $CFG;