You are here

ImportingTest.php in Feeds Paragraphs 8

File

tests/src/Functional/ImportingTest.php
View source
<?php

namespace Drupal\Tests\feeds_para_mapper\Functional;


/**
 * Test Importing.
 * @group Feeds Paragraphs
 */
class ImportingTest extends FeedsParaMapperTestBase {
  protected function setUp() {
    parent::setUp();
  }
  public function testThings() {
    $this
      ->drupalGet('http://localhost/admin/structure/feeds');
    debug('my data');
  }

}

Classes

Namesort descending Description
ImportingTest Test Importing. @group Feeds Paragraphs