Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 12... Línea 12...
12
// GNU General Public License for more details.
12
// GNU General Public License for more details.
13
//
13
//
14
// You should have received a copy of the GNU General Public License
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 16... Línea -...
16
 
-
 
17
/**
-
 
18
 * Unit tests for assignsubmission_file.
-
 
19
 *
-
 
20
 * @package    assignsubmission_file
-
 
21
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
-
 
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
23
 */
16
 
Línea 24... Línea -...
24
namespace assignsubmission_file\privacy;
-
 
25
 
-
 
26
defined('MOODLE_INTERNAL') || die();
-
 
27
 
-
 
28
global $CFG;
-
 
29
require_once($CFG->dirroot . '/mod/assign/tests/privacy/provider_test.php');
17
namespace assignsubmission_file\privacy;
30
 
18
 
31
/**
19
/**
-
 
20
 * Unit tests for mod/assign/submission/file/classes/privacy/
32
 * Unit tests for mod/assign/submission/file/classes/privacy/
21
 *
33
 *
22
 * @package    assignsubmission_file
-
 
23
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
34
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 * @covers \assignsubmission_file\privacy\provider
36
 */
-
 
37
class provider_test extends \mod_assign\privacy\provider_test {
26
 */
38
 
27
final class provider_test extends \mod_assign\tests\provider_testcase {
39
    /**
28
    /**
40
     * Convenience function for creating feedback data.
29
     * Convenience function for creating feedback data.
41
     *
30
     *