Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 27... Línea 27...
27
 *
27
 *
28
 * @package    mod_feedback
28
 * @package    mod_feedback
29
 * @copyright  2019 Tobias Reischmann
29
 * @copyright  2019 Tobias Reischmann
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 */
31
 */
32
class completion_test extends \advanced_testcase {
32
final class completion_test extends \advanced_testcase {
33
    /**
33
    /**
34
     * Returns the number of pages with visible elements for the current state of the feedback completion.
34
     * Returns the number of pages with visible elements for the current state of the feedback completion.
35
     * @param mod_feedback_completion $completion
35
     * @param mod_feedback_completion $completion
36
     * @return int number of pages with at least one visible item.
36
     * @return int number of pages with at least one visible item.
37
     */
37
     */