diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/UtilsTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/UtilsTest.php b/tests/UtilsTest.php index 7f218ad5..311d4bfb 100755 --- a/tests/UtilsTest.php +++ b/tests/UtilsTest.php | |||
@@ -118,6 +118,8 @@ class UtilsTest extends PHPUnit_Framework_TestCase | |||
118 | $this->assertEquals($ref, generateLocation($ref, 'localhost')); | 118 | $this->assertEquals($ref, generateLocation($ref, 'localhost')); |
119 | $ref = 'http://localhost:8080/?test'; | 119 | $ref = 'http://localhost:8080/?test'; |
120 | $this->assertEquals($ref, generateLocation($ref, 'localhost:8080')); | 120 | $this->assertEquals($ref, generateLocation($ref, 'localhost:8080')); |
121 | $ref = '?localreferer#hash'; | ||
122 | $this->assertEquals($ref, generateLocation($ref, 'localhost:8080')); | ||
121 | } | 123 | } |
122 | 124 | ||
123 | /** | 125 | /** |