We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f644a commit 4a6b7a0Copy full SHA for 4a6b7a0
tests/atlas.phpt
@@ -8,8 +8,6 @@ Atlas Connectivity Tests
8
require_once __DIR__ . "/utils/basic.inc";
9
10
$envs = [
11
- 'ATLAS_SERVERLESS',
12
- 'ATLAS_SRV_SERVERLESS',
13
'ATLAS_FREE',
14
'ATLAS_SRV_FREE',
15
'ATLAS_REPL',
@@ -47,8 +45,6 @@ foreach ($envs as $env) {
47
45
===DONE===
48
46
<?php exit(0); ?>
49
--EXPECTF--
50
-ATLAS_SERVERLESS: PASS
51
-ATLAS_SRV_SERVERLESS: PASS
52
ATLAS_FREE: PASS
53
ATLAS_SRV_FREE: PASS
54
ATLAS_REPL: PASS
0 commit comments