Skip to content

Commit

Permalink
NOBUG fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 29, 2013
1 parent a2d8478 commit 9459ccc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions enrol/meta/tests/plugin_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ protected function has_role($user, $enrol, $role) {

return true;
}

public function test_sync() {
global $CFG, $DB;

$this->resetAfterTest(true);

$metalplugin = enrol_get_plugin('meta');
$manplugin = enrol_get_plugin('manual');


$user1 = $this->getDataGenerator()->create_user();
$user2 = $this->getDataGenerator()->create_user();
Expand Down

0 comments on commit 9459ccc

Please sign in to comment.