Skip to content

Commit 3a9dd5a

Browse files
committed
avoid tests conflicts
1 parent 259cfad commit 3a9dd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server_test.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* based on sapi/cli/tests/php_cli_server.inc */
33
define ("PHP_CLI_SERVER_HOSTNAME", "127.0.0.1");
4-
define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE*100 + PHP_MAJOR_VERSION*10 + PHP_MINOR_VERSION);
4+
define ("PHP_CLI_SERVER_PORT", 8000 + PHP_INT_SIZE*1000 + PHP_MAJOR_VERSION*100 + PHP_MINOR_VERSION*10);
55
define ("PHP_CLI_SERVER_ADDRESS", PHP_CLI_SERVER_HOSTNAME.":".PHP_CLI_SERVER_PORT);
66

77
/* XXX incapsulate all this globals into a class when have a favourable minute */

0 commit comments

Comments
 (0)