ok
Direktori : /home2/selectio/www/a1tex.in/vendor/rap2hpoutre/fast-excel/tests/ |
Current File : /home2/selectio/www/a1tex.in/vendor/rap2hpoutre/fast-excel/tests/TestCase.php |
<?php namespace Rap2hpoutre\FastExcel\Tests; use PHPUnit\Framework\TestCase as BaseTestCase; /** * Class TestCase. */ class TestCase extends BaseTestCase { /** * @return \Illuminate\Support\Collection */ protected function collection() { return collect([ ['col1' => 'row1 col1', 'col2' => 'row1 col2'], ['col1' => 'row2 col1', 'col2' => ''], ['col1' => 'row3 col1', 'col2' => 'row3 col2'], ]); } }