Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 30... Línea 30...
30
 *
30
 *
31
 * @package     core
31
 * @package     core
32
 * @category    test
32
 * @category    test
33
 * @copyright   2020 Andrew Nicols <andrew@nicols.co.uk>
33
 * @copyright   2020 Andrew Nicols <andrew@nicols.co.uk>
34
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
34
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @covers      \core\content\exportable_items\exportable_stored_file
35
 * @covers      \core\content\export\exportable_items\exportable_stored_file
36
 */
36
 */
37
class exportable_stored_file_test extends advanced_testcase {
37
final class exportable_stored_file_test extends advanced_testcase {
Línea 38... Línea 38...
38
 
38
 
39
    /**
39
    /**
40
     * Ensure that the create_from_area_params function returns an array.
40
     * Ensure that the create_from_area_params function returns an array.
41
     */
41
     */