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
4
4
<?php
5
5
if (!file_exists ('.evergreen/atlas-uris.txt ' )) { echo "skip Atlas URIs not found \n" ; }
6
6
if (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" ; }
8
8
?>
9
9
--FILE--
10
10
<?php
Original file line number Diff line number Diff line change 2
2
Connection with OCSP checks fails
3
3
--SKIPIF--
4
4
<?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" ; }
6
6
?>
7
7
--FILE--
8
8
<?php
Original file line number Diff line number Diff line change 2
2
Connection with OCSP checks successful
3
3
--SKIPIF--
4
4
<?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" ; }
6
6
?>
7
7
--FILE--
8
8
<?php
You can’t perform that action at this time.
0 commit comments