You are here

FeedsTamperTestCase.php in Feeds Tamper 8.2

File

tests/src/Unit/FeedsTamperTestCase.php
View source
<?php

namespace Drupal\Tests\feeds_tamper\Unit;

use Drupal\Tests\feeds\Unit\FeedsUnitTestCase;

/**
 * Base class for feeds tamper unit tests.
 */
abstract class FeedsTamperTestCase extends FeedsUnitTestCase {

}

Classes

Namesort descending Description
FeedsTamperTestCase Base class for feeds tamper unit tests.