From c8927b5cb60fb276660da3bf4f933e931cc5b54a Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Wed, 27 May 2015 22:17:45 +0200 Subject: [PATCH] Fix typos. --- tests/lib/SimpleSAML/ConfigurationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/SimpleSAML/ConfigurationTest.php b/tests/lib/SimpleSAML/ConfigurationTest.php index 9eb9340de..8fb8aa854 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, -- GitLab