コード例 #1
0
 /**
  * Převede řádku dat do CSV.
  *
  * @covers IECfg::csvizeRow
  */
 public function testCsvizeRow()
 {
     $csvized = $this->object->csvizeRow($this->testRowA);
     $this->assertEquals(count($csvized), count($this->testRowA));
 }