Skip to content

Commit

Permalink
MDL-54680 enrol_lti: Coding Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 16, 2016
1 parent 88a0cda commit ccfd62a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions enrol/lti/tests/helper_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function test_get_lti_tools() {
}

/**
* Test getting the launch url of a tool
* Test getting the launch url of a tool.
*/
public function test_get_launch_url() {
$course1 = $this->getDataGenerator()->create_course();
Expand All @@ -262,7 +262,7 @@ public function test_get_launch_url() {
}

/**
* Test getting the cartridge url of a tool
* Test getting the cartridge url of a tool.
*/
public function test_get_cartridge_url() {
global $CFG;
Expand Down Expand Up @@ -292,7 +292,7 @@ public function test_get_cartridge_url() {
}

/**
* Test getting the name of a tool
* Test getting the name of a tool.
*/
public function test_get_name() {
$course1 = $this->getDataGenerator()->create_course();
Expand All @@ -309,7 +309,7 @@ public function test_get_name() {
}

/**
* Test getting the description of a tool
* Test getting the description of a tool.
*/
public function test_get_description() {
$course1 = $this->getDataGenerator()->create_course();
Expand Down Expand Up @@ -345,7 +345,7 @@ public function test_verify_tool_token() {
}

/**
* Data provider for the set_xpath test
* Data provider for the set_xpath test.
*/
public function set_xpath_provider() {
return [
Expand Down

0 comments on commit ccfd62a

Please sign in to comment.