Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 21... Línea 21...
21
 *
21
 *
22
 * @package   mod_lti
22
 * @package   mod_lti
23
 * @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
23
 * @copyright Copyright (c) 2015 Moodlerooms Inc. (http://www.moodlerooms.com)
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
 */
25
 */
26
class service_exception_handler_test extends \advanced_testcase {
26
final class service_exception_handler_test extends \advanced_testcase {
27
    /**
27
    /**
28
     * Testing service error handling.
28
     * Testing service error handling.
29
     */
29
     */
30
    public function test_handle(): void {
30
    public function test_handle(): void {
31
        $handler = new service_exception_handler(false);
31
        $handler = new service_exception_handler(false);