~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lib/tests/fixtures/events.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        'handlerfunction'  => array('eventslib_sample_handler_class', 'static_method'),
38
38
        'schedule'         => 'cron',
39
39
        'internal'         => 1,
40
 
    )
 
40
    ),
 
41
 
 
42
    'test_legacy' => array (
 
43
        'handlerfile'      => '/lib/tests/event_test.php',
 
44
        'handlerfunction'  => '\core_tests\event\unittest_observer::legacy_handler',
 
45
        'schedule'         => 'instant',
 
46
        'internal'         => 1,
 
47
    ),
 
48
 
41
49
);
42
50