Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Removing revisionsPassword from the test until PhpSpreadsheet is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MewesK committed Jul 29, 2018
1 parent d95156c commit a3b9861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Twig/Fixtures/views/documentProperties.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{# TODO: removed 'revisionsPassword': 'test', until PhpSpreadsheet is fixed#}
{% xlsdocument {
'category': 'Test category',
'company': 'Test company',
Expand All @@ -17,7 +18,6 @@
'lockRevision': true,
'lockStructure': true,
'lockWindows': true,
'revisionsPassword': 'test',
'workbookPassword': 'test'
},
'subject': 'Test subject',
Expand Down

0 comments on commit a3b9861

Please sign in to comment.