Skip to content
Snippets Groups Projects
Commit c8927b5c authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Fix typos.

parent 364ed7e4
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ class Test_SimpleSAML_Configuration extends PHPUnit_Framework_TestCase
/**
* Test SimpleSAML_Configuration::hasValue()
*/
public function testHetValue() {
public function testHasValue() {
$c = SimpleSAML_Configuration::loadFromArray(array(
'exists_true' => TRUE,
'exists_null' => NULL,
......@@ -57,7 +57,7 @@ class Test_SimpleSAML_Configuration extends PHPUnit_Framework_TestCase
/**
* Test SimpleSAML_Configuration::hasValue()
*/
public function testHetValueOneOf() {
public function testHasValueOneOf() {
$c = SimpleSAML_Configuration::loadFromArray(array(
'exists_true' => TRUE,
'exists_null' => NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment