diff options
Diffstat (limited to 'tests/lib/SimpleSAML/ConfigurationTest.php')
-rw-r--r-- | tests/lib/SimpleSAML/ConfigurationTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/SimpleSAML/ConfigurationTest.php b/tests/lib/SimpleSAML/ConfigurationTest.php index 9eb9340..8fb8aa8 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, |