Typo fix: s/$booleanTrue/$booleanFalse (C&P mistake)
This commit is contained in:
parent
aa1fda6d5f
commit
da7582d329
@ -419,7 +419,7 @@ class UnitOfWorkTest extends OrmTestCase
|
||||
'empty strings, two fields' => [$emptyStrings, ' '],
|
||||
'non-empty strings, two fields' => [$nonEmptyStrings, $nonEmptyStrings->id1 . ' ' . $nonEmptyStrings->id2],
|
||||
'boolean true' => [$booleanTrue, '1'],
|
||||
'boolean false' => [$booleanTrue, ''],
|
||||
'boolean false' => [$booleanFalse, ''],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user