We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772c3f0 commit fd6bc65Copy full SHA for fd6bc65
tests/autoload.php
@@ -22,3 +22,6 @@ function getallheaders(){
22
23
// mock database
24
MockSettings::setSettings('php-platform/persist', 'connection-class', 'PhpPlatform\Tests\SearchQueryParser\MockDataBase');
25
+
26
+// set date_default_timezone_set
27
+date_default_timezone_set('Asia/Kolkata');
0 commit comments