Improved name of files and classes within tests/methods folder

This follows PHP best practices for classes.
This commit is contained in:
Christian Bläul
2018-01-06 10:48:25 +01:00
committed by Fonata
parent 0ecaa80222
commit e419663679
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php <?php
class construct_methods_Test extends PHPUnit\Framework\TestCase { class ConstructTest extends PHPUnit\Framework\TestCase {
/** /**
* CSV * CSV

View File

@@ -1,6 +1,6 @@
<?php <?php
class parse_test extends PHPUnit\Framework\TestCase { class ParseTest extends PHPUnit\Framework\TestCase {
/** /**
* CSV * CSV