Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 34... Línea 34...
34
 * Unit Tests for the Content Writer used for unit testing.
34
 * Unit Tests for the Content Writer used for unit testing.
35
 *
35
 *
36
 * @copyright   2018 Andrew Nicols <andrew@nicols.co.uk>
36
 * @copyright   2018 Andrew Nicols <andrew@nicols.co.uk>
37
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
37
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38
 */
38
 */
39
class tests_content_writer_test extends advanced_testcase {
39
final class tests_content_writer_test extends advanced_testcase {
Línea 40... Línea 40...
40
 
40
 
41
    /**
41
    /**
42
     * It should be possible to store and retrieve data.
42
     * It should be possible to store and retrieve data.
43
     */
43
     */