Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 23... Línea 23...
23
 *
23
 *
24
 * @package    mod_forum
24
 * @package    mod_forum
25
 * @copyright  2019 Ryan Wyllie <ryan@moodle.com>
25
 * @copyright  2019 Ryan Wyllie <ryan@moodle.com>
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 */
27
 */
28
class entities_author_test extends \advanced_testcase {
28
final class entities_author_test extends \advanced_testcase {
29
    /**
29
    /**
30
     * Test the entity returns expected values.
30
     * Test the entity returns expected values.
31
     */
31
     */
32
    public function test_entity(): void {
32
    public function test_entity(): void {
33
        $this->resetAfterTest();
33
        $this->resetAfterTest();