From ec7b1c1d55b57657054e1c48a2d83513f94d0e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Mon, 19 Feb 2018 23:01:31 +0100 Subject: [PATCH] PHPUnit: Better class names with modern naming scheme --- tests/properties/DefaultValuesPropertiesTest.php | 2 +- tests/properties/PublicPropertiesTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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