ParseTest: skip 'test_Piwik_data' in PHP 5.4

This commit is contained in:
Christian Bläul
2018-01-21 16:12:45 +01:00
committed by Fonata
parent 44ff705a23
commit 63932f67a4

View File

@@ -75,6 +75,10 @@ class ParseTest extends PHPUnit\Framework\TestCase {
}
public function test_Piwik_data() {
if (!function_exists('array_column')) {
// function only available in PHP >= 5.5
return;
}
$this->csv->use_mb_convert_encoding = true;
$this->csv->output_encoding = 'UTF-8';
$this->csv->auto(__DIR__ . '/../example_files/Piwik_API_download.csv');