@@ -782,15 +782,15 @@ describe( 'readConfig', () => {
782
782
development : {
783
783
port : 1000 ,
784
784
config : {
785
- WP_TESTS_DOMAIN : 'http:// localhost:1000/ ' ,
785
+ WP_TESTS_DOMAIN : 'localhost' ,
786
786
WP_SITEURL : 'http://localhost:1000/' ,
787
787
WP_HOME : 'http://localhost:1000/' ,
788
788
} ,
789
789
} ,
790
790
tests : {
791
791
port : 2000 ,
792
792
config : {
793
- WP_TESTS_DOMAIN : 'http:// localhost:2000/ ' ,
793
+ WP_TESTS_DOMAIN : 'localhost' ,
794
794
WP_SITEURL : 'http://localhost:2000/' ,
795
795
WP_HOME : 'http://localhost:2000/' ,
796
796
} ,
@@ -818,15 +818,15 @@ describe( 'readConfig', () => {
818
818
development : {
819
819
port : 1000 ,
820
820
config : {
821
- WP_TESTS_DOMAIN : 'http:// localhost:1000/ ' ,
821
+ WP_TESTS_DOMAIN : 'localhost' ,
822
822
WP_SITEURL : 'http://localhost:1000/' ,
823
823
WP_HOME : 'http://localhost:3000/' ,
824
824
} ,
825
825
} ,
826
826
tests : {
827
827
port : 2000 ,
828
828
config : {
829
- WP_TESTS_DOMAIN : 'http:// localhost:2000/ ' ,
829
+ WP_TESTS_DOMAIN : 'localhost' ,
830
830
WP_SITEURL : 'http://localhost:2000/' ,
831
831
WP_HOME : 'http://localhost:3000/' ,
832
832
} ,
@@ -1081,7 +1081,7 @@ describe( 'readConfig', () => {
1081
1081
WP_PHP_BINARY : 'php' ,
1082
1082
WP_TESTS_EMAIL : 'admin@example.org' ,
1083
1083
WP_TESTS_TITLE : 'Test Blog' ,
1084
- WP_TESTS_DOMAIN : 'http:// localhost:8889/ ' ,
1084
+ WP_TESTS_DOMAIN : 'localhost' ,
1085
1085
WP_SITEURL : 'http://localhost:8889/' ,
1086
1086
WP_HOME : 'http://localhost:8889/' ,
1087
1087
} ) ;
@@ -1095,7 +1095,7 @@ describe( 'readConfig', () => {
1095
1095
WP_PHP_BINARY : 'php' ,
1096
1096
WP_TESTS_EMAIL : 'admin@example.org' ,
1097
1097
WP_TESTS_TITLE : 'Test Blog' ,
1098
- WP_TESTS_DOMAIN : 'http:// localhost:8888/ ' ,
1098
+ WP_TESTS_DOMAIN : 'localhost' ,
1099
1099
WP_SITEURL : 'http://localhost:8888/' ,
1100
1100
WP_HOME : 'http://localhost:8888/' ,
1101
1101
} ) ;
0 commit comments