diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-18 14:28:32 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-18 14:28:32 +0200 |
| commit | c5401854fcea27ff9aabfd0682ff4d81bbb3c888 (patch) | |
| tree | f6b8e94b80d682da470133f0771fa83182d2226e /ext/session/tests | |
| parent | bfceb710becab71d7d561d64667be4c9668b6a9c (diff) | |
| download | php-git-c5401854fcea27ff9aabfd0682ff4d81bbb3c888.tar.gz | |
Run tidy
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
Diffstat (limited to 'ext/session/tests')
| -rw-r--r-- | ext/session/tests/bug42596.phpt | 4 | ||||
| -rw-r--r-- | ext/session/tests/session_save_path_variation5.phpt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug42596.phpt b/ext/session/tests/bug42596.phpt index 094bd31bcf..f27e86387e 100644 --- a/ext/session/tests/bug42596.phpt +++ b/ext/session/tests/bug42596.phpt @@ -2,8 +2,8 @@ Bug #42596 (session.save_path MODE option will not set "write" bit for group or world) --SKIPIF-- <?php - if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows"); - include('skipif.inc'); + if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows"); + include('skipif.inc'); ?> --INI-- session.use_cookies=0 diff --git a/ext/session/tests/session_save_path_variation5.phpt b/ext/session/tests/session_save_path_variation5.phpt index 5388f82f45..446a472ab4 100644 --- a/ext/session/tests/session_save_path_variation5.phpt +++ b/ext/session/tests/session_save_path_variation5.phpt @@ -3,7 +3,7 @@ Test session_save_path() function : variation --SKIPIF-- <?php include('skipif.inc'); if(substr(PHP_OS, 0, 3) == "WIN") - die("skip Not for Windows"); + die("skip Not for Windows"); ?> --INI-- session.save_handler=files |
