Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 42... Línea 42...
42
 * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
42
 * @copyright  2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
43
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
43
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
44
 */
44
 */
45
class converterhelper_test extends \basic_testcase {
45
class converterhelper_test extends \basic_testcase {
Línea 46... Línea 46...
46
 
46
 
Línea 47... Línea 47...
47
    public function test_choose_conversion_path() {
47
    public function test_choose_conversion_path(): void {
48
 
48
 
49
        // no converters available
49
        // no converters available
50
        $descriptions = array();
50
        $descriptions = array();