You are here

public static function ParserCSVTest::getEncodings in Feeds 7.2

2 calls to ParserCSVTest::getEncodings()
ParserCSVTest::_testEncodingConversion in tests/parser_csv.test
Simple test of encoding conversion prior to parsing.
ParserCSVTest::_testEncodingConversionFailure in tests/parser_csv.test
Simple test of failed encoding conversion prior to parsing.

File

tests/parser_csv.test, line 159
Tests for ParserCSV library.

Class

ParserCSVTest
Test aggregating a feed as node items.

Code

public static function getEncodings() {
  return array(
    'SJIS-win',
    'SJIS',
  );
}