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 e3edd22 commit 823e994Copy full SHA for 823e994
tests/PHPExif/Mapper/ExiftoolMapperTest.php
@@ -239,9 +239,9 @@ public function testSetNumericInProperty()
239
240
public function testMapRawDataCorrectlyFormatsDifferentDateTimeString()
241
{
242
- $rawData = [
+ $rawData = array(
243
\PHPExif\Mapper\Exiftool::CREATEDATE => '2014-12-15 00:12:00'
244
- ];
+ );
245
246
$mapped = $this->mapper->mapRawData(
247
$rawData
@@ -257,9 +257,9 @@ public function testMapRawDataCorrectlyFormatsDifferentDateTimeString()
257
258
public function testMapRawDataCorrectlyIgnoresInvalidCreateDate()
259
260
261
\PHPExif\Mapper\Exiftool::CREATEDATE => 'Invalid Date String'
262
263
264
$result = $this->mapper->mapRawData(
265
0 commit comments