Explorar el Código

Add test for IPv6 without port

tags/v8.0.0alpha1
Lukas Reschke hace 9 años
padre
commit
81541c56b6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      tests/lib/request.php

+ 2
- 1
tests/lib/request.php Ver fichero

@@ -232,7 +232,8 @@ class Test_Request extends \Test\TestCase {
return array(
array('localhost:500', 'localhost'),
array('foo.com', 'foo.com'),
array('[1fff:0:a88:85a3::ac1f]:801', '[1fff:0:a88:85a3::ac1f]')
array('[1fff:0:a88:85a3::ac1f]:801', '[1fff:0:a88:85a3::ac1f]'),
array('[1fff:0:a88:85a3::ac1f]', '[1fff:0:a88:85a3::ac1f]')
);
}


Cargando…
Cancelar
Guardar