Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 28... Línea 28...
28
 * @package   core
28
 * @package   core
29
 * @category  test
29
 * @category  test
30
 * @copyright 2013, 2015 David Mudrak <david@moodle.com>
30
 * @copyright 2013, 2015 David Mudrak <david@moodle.com>
31
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
 */
32
 */
33
class update_validator_test extends \advanced_testcase {
33
final class update_validator_test extends \advanced_testcase {
Línea 34... Línea 34...
34
 
34
 
35
    public function test_validate_files_layout(): void {
35
    public function test_validate_files_layout(): void {
Línea 36... Línea 36...
36
        $fixtures = __DIR__.'/fixtures/update_validator';
36
        $fixtures = __DIR__.'/fixtures/update_validator';