mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Renamed example file 'single_row', as it containes a single column.
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user