diff --git a/tests/phpunit/test-shouldcommit.php b/tests/phpunit/test-shouldcommit.php index 05c5b2d8..a57162af 100644 --- a/tests/phpunit/test-shouldcommit.php +++ b/tests/phpunit/test-shouldcommit.php @@ -28,9 +28,9 @@ public function testShouldCommit($const_value, $expected): void public function shouldCommitTestValues(): array { return [ - "const is nil"=>[null,true], - "const is true"=>[false,true], - "const is false"=>[true, false], + "const is nil"=>[null, false], + "const is true"=>[true, false], + "const is false"=>[false, true], ]; } } \ No newline at end of file