Skip to content

Commit

Permalink
Update RealLineKey.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-avantis authored Dec 11, 2017
1 parent 1df6317 commit 8f8864f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/RealLineKey.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?php
/**
* This file is part of the joomimart.csv library
* This file is part of the pllano.csv library
*
* @license http://opensource.org/licenses/MIT
* @link https://github.com/joomimart/csv
* @version 1.0.1
* @package joomimart.csv
* @link https://github.com/pllano/csv
* @version 1.0.2
* @package pllano.csv
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require '/vendor/autoload.php';
// require_once '/vendor/joomimart/csv/src/Reader.php';
// require_once '/vendor/pllano/csv/src/Reader.php';
// require_once __DIR__.'/src/Reader.php';
$filename = 'test.csv';
$csv = new joomiMart\Csv\Reader($filename);
$csv = new Pllano\Csv\Reader($filename);

$csv->setItemStart(10); // start item - default: 1
$csv->setExecute(50); // amount - default: 0
Expand Down

0 comments on commit 8f8864f

Please sign in to comment.