Skip to content

Commit eebc90a

Browse files
author
v.noskov
committed
Add test data for binary mapping type
1 parent a1a9efb commit eebc90a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Rules/Doctrine/ORM/data/MyEntity.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@ class MyEntity
8383
* @ORM\Column(type="json")
8484
*/
8585
private $jsonString;
86+
87+
/**
88+
* @var string
89+
* @ORM\Column(type="binary")
90+
*/
91+
private $binaryString;
8692
}

0 commit comments

Comments
 (0)