mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Improved name of files and classes within tests/methods folder
This follows PHP best practices for classes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class construct_methods_Test extends PHPUnit\Framework\TestCase {
|
||||
class ConstructTest extends PHPUnit\Framework\TestCase {
|
||||
|
||||
/**
|
||||
* CSV
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class parse_test extends PHPUnit\Framework\TestCase {
|
||||
class ParseTest extends PHPUnit\Framework\TestCase {
|
||||
|
||||
/**
|
||||
* CSV
|
||||
Reference in New Issue
Block a user