diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-05-27 22:17:45 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-05-27 22:17:45 +0200 |
commit | c8927b5cb60fb276660da3bf4f933e931cc5b54a (patch) | |
tree | 4693029209dd6ff2842f908c76e015b86335dafd | |
parent | 364ed7e410170a6e6711a1b3d49a7395e7c38356 (diff) | |
download | simplesamlphp-c8927b5cb60fb276660da3bf4f933e931cc5b54a.zip simplesamlphp-c8927b5cb60fb276660da3bf4f933e931cc5b54a.tar.gz simplesamlphp-c8927b5cb60fb276660da3bf4f933e931cc5b54a.tar.bz2 |
Fix typos.
-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, |