Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 27... Línea 27...
27
 * @package    tool_usertours
27
 * @package    tool_usertours
28
 * @copyright  2016 Andrew Nicols <andrew@nicols.co.uk>
28
 * @copyright  2016 Andrew Nicols <andrew@nicols.co.uk>
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
29
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @covers    \tool_usertours\cache
30
 * @covers    \tool_usertours\cache
31
 */
31
 */
32
class cache_test extends \advanced_testcase {
32
final class cache_test extends \advanced_testcase {
33
    // There are shared helpers for these tests in the helper trait.
33
    // There are shared helpers for these tests in the helper trait.
34
    use \tool_usertours_helper_trait;
34
    use \tool_usertours_helper_trait;
Línea 35... Línea 35...
35
 
35
 
36
    /**
36
    /**