Skip to content

Commit

Permalink
test: provided tests for issue PHPOffice#1476
Browse files Browse the repository at this point in the history
  • Loading branch information
giannign1 committed May 23, 2020
1 parent 5ab231e commit e093ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/PhpSpreadsheetTests/Cell/DefaultValueBinderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function binderProvider()
['#REF!'],
[new DateTime()],
[new DateTimeImmutable()],
['123456\n']
];
}

Expand Down
4 changes: 4 additions & 0 deletions tests/data/Cell/DefaultValueBinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@
'e',
'#DIV/0!',
],
[
's',
'123456\n',
],
];

0 comments on commit e093ff8

Please sign in to comment.