Skip to content

Commit

Permalink
MDL-39915 fix core_code_testcase regression
Browse files Browse the repository at this point in the history
Thanks Dan!
  • Loading branch information
skodak committed Jul 30, 2013
1 parent d53111c commit fba8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/code_test.php
Expand Up @@ -26,7 +26,7 @@

defined('MOODLE_INTERNAL') || die();

class core_code_testcase extends basic_testcase {
class core_code_testcase extends advanced_testcase {
protected $badstrings;
protected $extensions_to_ignore = array('exe', 'gif', 'ico', 'jpg', 'png', 'ttf', 'log');
protected $ignore_folders = array();
Expand Down

0 comments on commit fba8cef

Please sign in to comment.