Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/miscellaneous/writing-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ and not in the INI section. This is because of the order in which settings are c

date_default_timezone_set() -> TZ environmental -> INI setting -> System Setting

If a TZ environmental varaibale is found the INI setting will be ignored.
If a TZ environmental variable is found the INI setting will be ignored.

Tests that run, or only have have matching EXPECT output, on 32bit platforms can use a SKIPIF
section like:
Expand Down