You are here

public function ImportingTest::testThings in Feeds Paragraphs 8

File

tests/src/Functional/ImportingTest.php, line 17

Class

ImportingTest
Test Importing. @group Feeds Paragraphs

Namespace

Drupal\Tests\feeds_para_mapper\Functional

Code

public function testThings() {
  $this
    ->drupalGet('http://localhost/admin/structure/feeds');
  debug('my data');
}