We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a70cff commit 9de2ff4Copy full SHA for 9de2ff4
1 file changed
tests/system/EntityTest.php
@@ -588,7 +588,7 @@ protected function getCastNullableEntity()
588
protected $string_null = null;
589
protected $string_empty = null;
590
protected $integer_null = null;
591
- protected $integer_0 = 0;
+ protected $integer_0 = null;
592
// 'bar' is db column, 'foo' is internal representation
593
protected $_options = [
594
'casts' => [
0 commit comments