diff options
| author | Ben Fuhrmannek | 2014-10-06 17:36:23 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-10-06 17:36:23 +0200 |
| commit | ff4edc6ecf463211c6527879d6b23f991fd5b73b (patch) | |
| tree | d926fa666c778b5b422b5d7aaa18f516fa6f2abb /tests/executor | |
| parent | def06bc8331efe49ad3a3768da7800f60459c390 (diff) | |
restructured error output in unittests. (issues #52 + #54)
Diffstat (limited to 'tests/executor')
| -rw-r--r-- | tests/executor/allow_symlink_off.phpt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/executor/allow_symlink_off.phpt b/tests/executor/allow_symlink_off.phpt index 782d818..8abdee8 100644 --- a/tests/executor/allow_symlink_off.phpt +++ b/tests/executor/allow_symlink_off.phpt | |||
| @@ -5,10 +5,13 @@ suhosin.executor.allow_symlink=Off | |||
| 5 | --INI-- | 5 | --INI-- |
| 6 | error_reporting=E_ALL | 6 | error_reporting=E_ALL |
| 7 | open_basedir= | 7 | open_basedir= |
| 8 | suhosin.log.stdout=255 | ||
| 9 | suhosin.log.script=0 | ||
| 10 | suhosin.log.syslog=0 | 8 | suhosin.log.syslog=0 |
| 11 | suhosin.log.sapi=0 | 9 | suhosin.log.sapi=0 |
| 10 | suhosin.log.script=0 | ||
| 11 | suhosin.log.file=255 | ||
| 12 | suhosin.log.file.time=0 | ||
| 13 | suhosin.log.file.name={PWD}/suhosintest.$$.log.tmp | ||
| 14 | auto_append_file={PWD}/suhosintest.$$.log.tmp | ||
| 12 | suhosin.executor.allow_symlink=Off | 15 | suhosin.executor.allow_symlink=Off |
| 13 | --FILE-- | 16 | --FILE-- |
| 14 | <?php | 17 | <?php |
