Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 99... Línea 99...
99
 * Unit tests for (some of) question_statistics.
99
 * Unit tests for (some of) question_statistics.
100
 *
100
 *
101
 * @copyright 2008 Jamie Pratt
101
 * @copyright 2008 Jamie Pratt
102
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
102
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
103
 */
103
 */
104
class statistics_test extends \basic_testcase {
104
final class statistics_test extends \basic_testcase {
105
    /** @var testable_all_calculated_for_qubaid_condition object created to test class. */
105
    /** @var testable_all_calculated_for_qubaid_condition object created to test class. */
106
    protected $qstats;
106
    protected $qstats;
Línea 107... Línea 107...
107
 
107
 
108
    public function test_qstats(): void {
108
    public function test_qstats(): void {