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 2323$ x509 = $ orch ->start ("standalone-x509.json " );
2424printf ("Standalone X509 Auth server running on: %s \n" , $ x509 );
2525
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(
2020 "MONGODB_STANDALONE_URI " => $ orch ->getURI ("standalone.json " ),
2121 "MONGODB_STANDALONE_AUTH_URI " => $ orch ->getURI ("standalone-auth.json " ),
2222 "MONGODB_STANDALONE_SSL_URI " => $ orch ->getURI ("standalone-ssl.json " ),
23+ "MONGODB_STANDALONE_PLAIN_URI " => $ orch ->getURI ("standalone-plain.json " ),
2324 "DATABASE_NAME " => "phongo " ,
2425 "COLLECTION_NAME " => makeCollectionNameFromFilename ($ _SERVER ["SCRIPT_FILENAME " ]),
2526 "DEBUG_DIR " => sys_get_temp_dir () . "/PHONGO-TESTS/ " ,
You can’t perform that action at this time.
0 commit comments