Skip to content

Commit

Permalink
Fix test names of test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed May 8, 2020
1 parent ac8c1c6 commit 5a3cd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function test_successful_webservice_calls() {
* @expectedException invalid_parameter_exception
* @expectedExceptionMessage Invalid parameter value detected (Required field "email" is not set or empty.)
*/
public function test_exception_thrown_if_required_parameter_email_is_not_seе() {
public function test_exception_thrown_if_required_parameter_email_is_not_set() {
global $CFG;

$this->setAdminUser();
Expand All @@ -172,7 +172,7 @@ public function test_exception_thrown_if_required_parameter_email_is_not_seе()
* @expectedException invalid_parameter_exception
* @expectedExceptionMessage Invalid parameter value detected (Required parameter "ip" is not set.)
*/
public function test_exception_thrown_if_required_parameter_ip_is_not_seе() {
public function test_exception_thrown_if_required_parameter_op_is_not_set() {
global $CFG;

$this->setAdminUser();
Expand Down

0 comments on commit 5a3cd58

Please sign in to comment.