Skip to content

Commit 091dddf

Browse files
StephenClouseNyholm
authored andcommitted
Fix issues with binary data being stored (#188)
* Ignore binary integration tests for Void adapter * Add common trait for armoring binary data in JSON * Armor binary data in MongoDB adapter * Armor binary data in encryption layer * Update IntegrationSimpleCacheTest.php
1 parent 8de222b commit 091dddf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Tests/IntegrationPoolTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class IntegrationPoolTest extends BaseTest
2828
'testDataTypeBoolean' => 'Void adapter only outputs boolean,',
2929
'testDataTypeArray' => 'Void adapter only outputs boolean,',
3030
'testDataTypeObject' => 'Void adapter only outputs boolean,',
31+
'testBinaryData' => 'Void adapter only outputs boolean,',
3132
'testDeferredSave' => 'Void adapter does not save,',
3233
'testDeferredSaveWithoutCommit' => 'Void adapter does not save,',
3334
'testCommit' => 'Void adapter does not save,',

Tests/IntegrationSimpleCacheTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class IntegrationSimpleCacheTest extends BaseTest
2626
'testGetMultiple' => 'Void adapter does not save,',
2727
'testGetMultipleWithGenerator' => 'Void adapter does not save,',
2828
'testHas' => 'Void adapter does not save,',
29+
'testBinaryData' => 'Void adapter does not save,',
2930
'testDataTypeString' => 'Void adapter does not save,',
3031
'testDataTypeInteger' => 'Void adapter does not save,',
3132
'testDataTypeFloat' => 'Void adapter does not save,',

0 commit comments

Comments
 (0)