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 assignfeedback_comments.
-
 
19
 *
-
 
20
 * @package    assignfeedback_comments
-
 
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 assignfeedback_comments\privacy;
-
 
25
 
-
 
26
defined('MOODLE_INTERNAL') || die();
-
 
27
 
-
 
28
global $CFG;
17
namespace assignfeedback_comments\privacy;
Línea 29... Línea 18...
29
require_once($CFG->dirroot . '/mod/assign/locallib.php');
18
 
30
require_once($CFG->dirroot . '/mod/assign/tests/privacy/provider_test.php');
19
use mod_assign\tests\provider_testcase;
31
 
20
 
-
 
21
/**
32
/**
22
 * Unit tests for mod/assign/feedback/comments/classes/privacy/
33
 * Unit tests for mod/assign/feedback/comments/classes/privacy/
23
 *
-
 
24
 * @package    assignfeedback_comments
34
 *
25
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
35
 * @copyright  2018 Adrian Greeve <adrian@moodle.com>
26
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
-
 
37
 */
27
 * @covers    \assignfeedback_comments\privacy\provider
38
class provider_test extends \mod_assign\privacy\provider_test {
28
 */
39
 
29
final class provider_test extends provider_testcase {
40
    /**
30
    /**
41
     * Convenience function for creating feedback data.
31
     * Convenience function for creating feedback data.