diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-03-04 15:10:27 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2016-03-04 15:10:27 +0100 |
commit | 583786ea1eaf26f38a5efdc3ab4915e38220832c (patch) | |
tree | 4340a27129674cbc6e7c90eb513aada619461e11 /tests/lib/SimpleSAML/Utils | |
parent | 3003f3fa73445986b2e98db6d947f5fd75aa7369 (diff) | |
download | simplesamlphp-583786ea1eaf26f38a5efdc3ab4915e38220832c.zip simplesamlphp-583786ea1eaf26f38a5efdc3ab4915e38220832c.tar.gz simplesamlphp-583786ea1eaf26f38a5efdc3ab4915e38220832c.tar.bz2 |
Typo.
Diffstat (limited to 'tests/lib/SimpleSAML/Utils')
-rw-r--r-- | tests/lib/SimpleSAML/Utils/TimeTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/SimpleSAML/Utils/TimeTest.php b/tests/lib/SimpleSAML/Utils/TimeTest.php index 89dc964..953bd13 100644 --- a/tests/lib/SimpleSAML/Utils/TimeTest.php +++ b/tests/lib/SimpleSAML/Utils/TimeTest.php @@ -27,7 +27,7 @@ class TimeTest extends \PHPUnit_Framework_TestCase * * @covers SimpleSAML\Utils\Time::initTimezone */ - public function testInitTimezon() + public function testInitTimezone() { $tz = 'UTC'; $os = @date_default_timezone_get(); |