You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'message' => 'Failed to create object because the class misses the "bar" property.',
1715
+
],
1716
+
[
1717
+
'currentType' => 'string',
1718
+
'expectedTypes' => ['string'],
1719
+
'path' => 'date',
1720
+
'useMessageForUser' => true,
1721
+
'message' => 'The data is either not an string, an empty string, or null; you should pass a string that can be parsed with the passed format or a valid DateTime string.',
1722
+
],
1723
+
];
1724
+
1725
+
$this->assertSame($expected, $exceptionsAsArray);
1726
+
}
1727
+
}
1680
1728
}
1681
1729
1682
1730
class Model
@@ -1743,6 +1791,15 @@ public function __construct($value)
0 commit comments