diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-05-27 22:18:35 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-05-27 22:18:35 +0200 |
commit | 2566f123c68481e46d1d26f1ed8895f443cf95a9 (patch) | |
tree | 4139954278d9be1e2a5d00f18a2f32fca41f010e /tests/lib/SimpleSAML | |
parent | 1c1679e12270bcc9fa3306527b053555df66484f (diff) | |
download | simplesamlphp-2566f123c68481e46d1d26f1ed8895f443cf95a9.zip simplesamlphp-2566f123c68481e46d1d26f1ed8895f443cf95a9.tar.gz simplesamlphp-2566f123c68481e46d1d26f1ed8895f443cf95a9.tar.bz2 |
Fix namespace in phpdoc.
Diffstat (limited to 'tests/lib/SimpleSAML')
-rw-r--r-- | tests/lib/SimpleSAML/Utils/NetTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/SimpleSAML/Utils/NetTest.php b/tests/lib/SimpleSAML/Utils/NetTest.php index 067baa6..ae65a84 100644 --- a/tests/lib/SimpleSAML/Utils/NetTest.php +++ b/tests/lib/SimpleSAML/Utils/NetTest.php @@ -2,7 +2,7 @@ /** - * Tests for SimpleSAML_Utils_Test. + * Tests for SimpleSAML\Utils\Test. */ class Utils_Net_Test extends PHPUnit_Framework_TestCase { |