Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 24... Línea 24...
24
 * @package   core
24
 * @package   core
25
 * @category  test
25
 * @category  test
26
 * @copyright 2015 The Open University
26
 * @copyright 2015 The Open University
27
 * @license   http://www.gnu.org/copyleft/gpl.html GNU Public License
27
 * @license   http://www.gnu.org/copyleft/gpl.html GNU Public License
28
 */
28
 */
29
class filter_manager_test extends \advanced_testcase {
29
final class filter_manager_test extends \advanced_testcase {
Línea 30... Línea 30...
30
 
30
 
31
    /**
31
    /**
32
     * Helper method to apply filters to some text and return the result.
32
     * Helper method to apply filters to some text and return the result.
33
     * @param string $text the text to filter.
33
     * @param string $text the text to filter.