fix test
parent
64317e1ff8
commit
a45ae5f585
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue