diff --git a/tests/lib/SimpleSAML/ConfigurationTest.php b/tests/lib/SimpleSAML/ConfigurationTest.php index 9eb9340de42433b32accff7125d1d0bb2b5963c4..8fb8aa85413ec07235486eaec350300a755be2bf 100644 --- a/tests/lib/SimpleSAML/ConfigurationTest.php +++ b/tests/lib/SimpleSAML/ConfigurationTest.php @@ -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,