diff --git a/sources/Forms/IO/Format/BooleanIOFormat.php b/sources/Forms/IO/Format/BooleanIOFormat.php index 9d5eb0762..fe5f98bff 100644 --- a/sources/Forms/IO/Format/BooleanIOFormat.php +++ b/sources/Forms/IO/Format/BooleanIOFormat.php @@ -1,4 +1,5 @@ assertEquals('name', $oInputIO->GetValue()); } -} \ No newline at end of file +} diff --git a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php index 2f53f659e..bd3023240 100644 --- a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php +++ b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestBooleanIOFormat.php @@ -1,8 +1,10 @@ assertEquals(true, $oInputIO->GetValue()); } -} \ No newline at end of file +} diff --git a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php index 45cbca122..d93c9d2d7 100644 --- a/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php +++ b/tests/php-unit-tests/unitary-tests/sources/Forms/IO/Format/TestClassIOFormat.php @@ -1,13 +1,14 @@