diff --git a/tests/properties/DefaultValuesPropertiesTest.php b/tests/properties/DefaultValuesPropertiesTest.php index 3e26f95..803afcc 100644 --- a/tests/properties/DefaultValuesPropertiesTest.php +++ b/tests/properties/DefaultValuesPropertiesTest.php @@ -5,7 +5,7 @@ namespace ParseCsv\tests\properties; use ParseCsv\Csv; use PHPUnit\Framework\TestCase; -class default_values_properties_Test extends TestCase { +class DefaultValuesPropertiesTest extends TestCase { /** * CSV diff --git a/tests/properties/PublicPropertiesTest.php b/tests/properties/PublicPropertiesTest.php index 5102472..fbf85d5 100644 --- a/tests/properties/PublicPropertiesTest.php +++ b/tests/properties/PublicPropertiesTest.php @@ -5,7 +5,7 @@ namespace ParseCsv\tests\properties; use ParseCsv\Csv; use PHPUnit\Framework\TestCase; -class DefaultValuesTest extends TestCase { +class PublicPropertiesTest extends TestCase { /** * CSV