Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 29... Línea 29...
29
 *
29
 *
30
 * @package core
30
 * @package core
31
 * @copyright 2013 The Open University
31
 * @copyright 2013 The Open University
32
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
33
 */
33
 */
34
class tgz_packer_test extends \advanced_testcase implements file_progress {
34
final class tgz_packer_test extends \advanced_testcase implements file_progress {
35
    /**
35
    /**
36
     * @var array Progress information passed to the progress reporter
36
     * @var array Progress information passed to the progress reporter
37
     */
37
     */
38
    protected $progress;
38
    protected $progress;