Files
moodle/lib/tests/fixtures/update_validator/nocomponent/baz/version.php
T
2015-10-10 09:15:27 +02:00

5 lines
150 B
PHP

<?php
$plugin->version = 2015080600;
$plugin->release = 'B.A.Z. Auth fake plugin';
// $plugin->component is missing here so the validation must fail.