Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 31... Línea 31...
31
 * @package   gradingform_guide
31
 * @package   gradingform_guide
32
 * @category  test
32
 * @category  test
33
 * @copyright 2019 Andrew Nicols <andrew@nicols.co.uk>
33
 * @copyright 2019 Andrew Nicols <andrew@nicols.co.uk>
34
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 */
35
 */
36
class store_test extends advanced_testcase {
36
final class store_test extends advanced_testcase {
37
    /**
37
    /**
38
     * Ensure that an execute with an invalid component is rejected.
38
     * Ensure that an execute with an invalid component is rejected.
39
     */
39
     */
40
    public function test_execute_invalid_component(): void {
40
    public function test_execute_invalid_component(): void {
41
        $this->resetAfterTest();
41
        $this->resetAfterTest();