Skip to content

Commit e2b0f5c

Browse files
committed
PHPC-45: Orchestrate LDAP/PLAIN servers
1 parent f1f160c commit e2b0f5c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/start-servers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
$x509 = $orch->start("standalone-x509.json");
2424
printf("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+

tests/utils/basic.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/",

0 commit comments

Comments
 (0)