Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
bc58322a
Commit
bc58322a
authored
Aug 28, 2013
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2036081
by ParisLiakos: Fixed DateTimePlusTest are failing in phpunit.
parent
5d3b9465
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
core/tests/bootstrap.php
core/tests/bootstrap.php
+4
-0
No files found.
core/tests/bootstrap.php
View file @
bc58322a
...
...
@@ -25,3 +25,7 @@
// numbers handling.
// @see drupal_environment_initialize()
setlocale
(
LC_ALL
,
'C'
);
// Set the default timezone. While this doesn't cause any tests to fail, PHP
// complains if 'date.timezone' is not set in php.ini.
date_default_timezone_set
(
'UTC'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment