diff options
| author | jvoisin | 2020-08-12 08:48:59 +0000 |
|---|---|---|
| committer | GitHub | 2020-08-12 10:48:59 +0200 |
| commit | a0d21a189cf04bb963dce93dcbd0bd9694584a0b (patch) | |
| tree | 59fa646b7536fbef7de42eb111c82df592262a12 /src/tests/loading.phpt | |
| parent | f3360c4de72b6735bc5f5873dd671c2e56292ce6 (diff) | |
Allow empty configuration (#342)
This commit allows php to run (with a warning) if there
is no specified snuffleupagus configuration,
instead of refusing to start.
Diffstat (limited to 'src/tests/loading.phpt')
| -rw-r--r-- | src/tests/loading.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/loading.phpt b/src/tests/loading.phpt index 761917a..2514ec5 100644 --- a/src/tests/loading.phpt +++ b/src/tests/loading.phpt | |||
| @@ -7,5 +7,5 @@ Check for snuffleupagus presence | |||
| 7 | echo "snuffleupagus extension is available"; | 7 | echo "snuffleupagus extension is available"; |
| 8 | ?> | 8 | ?> |
| 9 | --EXPECT-- | 9 | --EXPECT-- |
| 10 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration file in Unknown on line 0 | 10 | Warning: [snuffleupagus][0.0.0.0][config][log] No configuration specificed via sp.configuration_file in Unknown on line 0 |
| 11 | Could not startup. | 11 | snuffleupagus extension is available |
