1
0
Fork 0

Fix for time format in GitBitbucketDriver test

pull/6461/head
Sergey Shcherbin 2017-06-07 22:29:15 +03:00
parent 676156e2db
commit 292882f0d0
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class GitBitbucketDriverTest extends TestCase
'require-dev' => array( 'require-dev' => array(
'phpunit/phpunit' => '~4.8', 'phpunit/phpunit' => '~4.8',
), ),
'time' => '2016-05-17 13:19:52', 'time' => '2016-05-17T13:19:52+00:00',
'support' => array( 'support' => array(
'source' => 'https://bitbucket.org/user/repo/src/937992d19d72b5116c3e8c4a04f960e5fa270b22/?at=master', 'source' => 'https://bitbucket.org/user/repo/src/937992d19d72b5116c3e8c4a04f960e5fa270b22/?at=master',
), ),