You are here

public function ParserCSVTest::test in Feeds 8.2

Test method.

File

lib/Drupal/feeds/Tests/ParserCSVTest.php, line 35
Tests for ParserCSV library.

Class

ParserCSVTest
Test aggregating a feed as node items.

Namespace

Drupal\feeds\Tests

Code

public function test() {
  $this
    ->_testSimple();
  $this
    ->_testBatching();
}