streamingltd / MEDIAL-Moodle-Activity

The MEDIAL activity plugin for Moodle
GNU General Public License v3.0
3 stars 8 forks source link

failing unit test #3

Closed aspark21 closed 5 years ago

aspark21 commented 5 years ago

Moodle: 3.4.6 DB: MySQL Medial version: master (54c3f13)

search_manager_testcase::test_search_areas Unexpected debugging() call detected. Debugging: Class 'core_search\area\base_activity' has been renamed for the autoloader and is now deprecated. Please use 'core_search\base_activity' instead.

/data/apache/moodle-vhosts/346phpu/lib/phpunit/classes/advanced_testcase.php:88

To re-run: vendor/bin/phpunit "search_manager_testcase" search/tests/manager_test.php

aspark21 commented 5 years ago

As of Moodle 3.6 this results in a Fatal Error:

Fatal error: Class 'core_search\area\base_activity' not found in /path/to/moodle/mod/helixmedia/classes/search/activity.php on line 36

tim1mw commented 5 years ago

The search class problem should be fixed in the latest release.