Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 26... Línea 26...
26
 * @package    core
26
 * @package    core
27
 * @category   phpunit
27
 * @category   phpunit
28
 * @copyright  2014 Petr Skoda
28
 * @copyright  2014 Petr Skoda
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
 */
30
 */
31
class unknown_logged_test extends \advanced_testcase {
31
final class unknown_logged_test extends \advanced_testcase {
Línea 32... Línea 32...
32
 
32
 
33
    public function test_restore_event(): void {
33
    public function test_restore_event(): void {
34
        $event1 = \core_tests\event\unittest_executed::create(array('context' => \context_system::instance(), 'other' => array('sample' => 1, 'xx' => 10)));
34
        $event1 = \core_tests\event\unittest_executed::create(array('context' => \context_system::instance(), 'other' => array('sample' => 1, 'xx' => 10)));