Navigation Menu

Skip to content

Commit

Permalink
MDL-37952 make helper descendants abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 9, 2013
1 parent 6319737 commit 82b61ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grade/tests/fixtures/lib.php
Expand Up @@ -35,7 +35,7 @@
* category1 => array(category2 => array(grade_item1, grade_item2), category3 => array(grade_item3))
* 3 users for 3 grade_items
*/
class grade_base_testcase extends advanced_testcase {
abstract class grade_base_testcase extends advanced_testcase {

protected $course;
protected $activities = array();
Expand Down

0 comments on commit 82b61ff

Please sign in to comment.