File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Atlas Connectivity Tests
44<?php
55if (!file_exists ('.evergreen/atlas-uris.txt ' )) { echo "skip Atlas URIs not found \n" ; }
66if (filesize ('.evergreen/atlas-uris.txt ' ) < 10 ) { echo "skip Atlas URI file empty \n" ; }
7- if ($ _ENV [ 'TESTS ' ] !== 'tests/atlas.phpt ' ) { echo "skip Atlas tests not wanted \n" ; }
7+ if (getenv ( 'TESTS ' ) !== 'tests/atlas.phpt ' ) { echo "skip Atlas tests not wanted \n" ; }
88?>
99--FILE--
1010<?php
Original file line number Diff line number Diff line change 22Connection with OCSP checks fails
33--SKIPIF--
44<?php
5- if ($ _ENV [ 'TESTS ' ] !== 'tests/ocsp-failure.phpt ' ) { echo "skip OCSP tests not wanted \n" ; }
5+ if (getenv ( 'TESTS ' ) !== 'tests/ocsp-failure.phpt ' ) { echo "skip OCSP tests not wanted \n" ; }
66?>
77--FILE--
88<?php
Original file line number Diff line number Diff line change 22Connection with OCSP checks successful
33--SKIPIF--
44<?php
5- if ($ _ENV [ 'TESTS ' ] !== 'tests/ocsp-success.phpt ' ) { echo "skip OCSP tests not wanted \n" ; }
5+ if (getenv ( 'TESTS ' ) !== 'tests/ocsp-success.phpt ' ) { echo "skip OCSP tests not wanted \n" ; }
66?>
77--FILE--
88<?php
You can’t perform that action at this time.
0 commit comments