Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 40... Línea 40...
40
 *
40
 *
41
 * @group repository_equella
41
 * @group repository_equella
42
 * @copyright  Catalyst IT
42
 * @copyright  Catalyst IT
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 lib_test extends \advanced_testcase {
45
final class lib_test extends \advanced_testcase {
Línea 46... Línea 46...
46
 
46
 
47
    /** @var null|\repository_equella the repository_equella object, which the tests are run on. */
47
    /** @var null|\repository_equella the repository_equella object, which the tests are run on. */
Línea 48... Línea 48...
48
    private $repo = null;
48
    private $repo = null;