1
0
Fork 0
pull/5753/head
Rob Bast 2016-10-04 13:17:10 +02:00
parent 64317e1ff8
commit a45ae5f585
No known key found for this signature in database
GPG Key ID: 73076E35E6165F39
1 changed files with 2 additions and 2 deletions

View File

@ -104,9 +104,9 @@ class ArrayDumperTest extends \PHPUnit_Framework_TestCase
), ),
array( array(
'time', 'time',
new \DateTime('2012-02-01'), $datetime = new \DateTime('2012-02-01'),
'ReleaseDate', 'ReleaseDate',
'2012-02-01 00:00:00', $datetime->format(DATE_RFC3339),
), ),
array( array(
'authors', 'authors',