Skip to content

Commit

Permalink
MDL-32323 fix generator file name typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 10, 2012
1 parent 603bd00 commit 9bb2b51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blocks/online_users/tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class block_online_users_generator_testcase extends advanced_testcase {
public function test_geenrator() {
public function test_generator() {
global $DB;

$this->resetAfterTest(true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_assignment_generator_testcase extends advanced_testcase {
public function test_geenrator() {
public function test_generator() {
global $DB, $SITE;

$this->resetAfterTest(true);
Expand Down
2 changes: 1 addition & 1 deletion mod/data/tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_data_generator_testcase extends advanced_testcase {
public function test_geenrator() {
public function test_generator() {
global $DB, $SITE;

$this->resetAfterTest(true);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_forum_generator_testcase extends advanced_testcase {
public function test_geenrator() {
public function test_generator() {
global $DB, $SITE;

$this->resetAfterTest(true);
Expand Down
2 changes: 1 addition & 1 deletion mod/page/tests/generator_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class mod_page_generator_testcase extends advanced_testcase {
public function test_geenrator() {
public function test_generator() {
global $DB, $SITE;

$this->resetAfterTest(true);
Expand Down

0 comments on commit 9bb2b51

Please sign in to comment.