Typo fix: s/$booleanTrue/$booleanFalse (C&P mistake)
This commit is contained in:
parent
aa1fda6d5f
commit
da7582d329
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class UnitOfWorkTest extends OrmTestCase
|
||||||
'empty strings, two fields' => [$emptyStrings, ' '],
|
'empty strings, two fields' => [$emptyStrings, ' '],
|
||||||
'non-empty strings, two fields' => [$nonEmptyStrings, $nonEmptyStrings->id1 . ' ' . $nonEmptyStrings->id2],
|
'non-empty strings, two fields' => [$nonEmptyStrings, $nonEmptyStrings->id1 . ' ' . $nonEmptyStrings->id2],
|
||||||
'boolean true' => [$booleanTrue, '1'],
|
'boolean true' => [$booleanTrue, '1'],
|
||||||
'boolean false' => [$booleanTrue, ''],
|
'boolean false' => [$booleanFalse, ''],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue