Fix merge conflict

This commit is contained in:
jf-cbd
2025-02-04 11:29:19 +01:00
parent 5d5849b724
commit 623d2823ff

View File

@@ -273,7 +273,7 @@ PHP
{
$oDateAttribute = $this->GivenAttribute(\WorkOrder::class, 'start_date', AttributeDate::class, 'zabugomeuh', false);
$defaultValue = $oDateAttribute->GetDefaultValue()
$defaultValue = $oDateAttribute->GetDefaultValue();
$this->AssertLastErrorLogEntryContains("Invalid default value 'zabugomeuh' for field 'start_date' on class 'WorkOrder', defaulting to null", "Last error log entry should contain a meaningful message");
self::assertNull($defaultValue, 'Invalid default value for Date attribute should give null default value');