File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
$ x509 = $ orch ->start ("standalone-x509.json " );
24
24
printf ("Standalone X509 Auth server running on: %s \n" , $ x509 );
25
25
26
+ $ plain = $ orch ->start ("standalone-plain.json " );
27
+ printf ("Standalone PLAIN Auth server running on: %s \n" , $ plain );
28
+
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ $consts = array(
20
20
"MONGODB_STANDALONE_URI " => $ orch ->getURI ("standalone.json " ),
21
21
"MONGODB_STANDALONE_AUTH_URI " => $ orch ->getURI ("standalone-auth.json " ),
22
22
"MONGODB_STANDALONE_SSL_URI " => $ orch ->getURI ("standalone-ssl.json " ),
23
+ "MONGODB_STANDALONE_PLAIN_URI " => $ orch ->getURI ("standalone-plain.json " ),
23
24
"DATABASE_NAME " => "phongo " ,
24
25
"COLLECTION_NAME " => makeCollectionNameFromFilename ($ _SERVER ["SCRIPT_FILENAME " ]),
25
26
"DEBUG_DIR " => sys_get_temp_dir () . "/PHONGO-TESTS/ " ,
You can’t perform that action at this time.
0 commit comments