Renamed example file 'single_row', as it containes a single column.

This commit is contained in:
Christian Bläul
2017-11-25 10:51:08 +01:00
committed by Fonata
parent f5851ba9ac
commit 0e50aec3b9
2 changed files with 2 additions and 2 deletions

View File

@@ -39,8 +39,8 @@ class parse_test extends PHPUnit_Framework_TestCase {
$this->assertEquals($expected_data, $row);
}
public function test_single_row() {
$this->csv->auto(__DIR__ . '/../example_files/single_row.csv');
public function test_single_column() {
$this->csv->auto(__DIR__ . '/../example_files/single_column.csv');
$expected = [
['SMS' => '0444'],
['SMS' => '5555'],