Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 28... Línea 28...
28
 * @category test
28
 * @category test
29
 * @copyright 2020 Mark Nelson <mdjnelson@gmail.com>
29
 * @copyright 2020 Mark Nelson <mdjnelson@gmail.com>
30
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
30
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
31
 * @covers \core_files\local\archive_writer\zip_writer
31
 * @covers \core_files\local\archive_writer\zip_writer
32
 */
32
 */
33
class zip_writer_test extends advanced_testcase {
33
final class zip_writer_test extends advanced_testcase {
Línea 34... Línea 34...
34
 
34
 
35
    /**
35
    /**
36
     * Test add_file_from_filepath().
36
     * Test add_file_from_filepath().
37
     */
37
     */