You are here

public function ContentHubCdfEncoderTest::testSupportsEncoding in Acquia Content Hub 8

Tests the supportsEncoding() method.

File

tests/src/Unit/Encoder/ContentHubCdfEncoderTest.php, line 17

Class

ContentHubCdfEncoderTest
@coversDefaultClass \Drupal\acquia_contenthub\Encoder\ContentHubCdfEncoder @group acquia_contenthub

Namespace

Drupal\Tests\acquia_contenthub\Unit\Encoder

Code

public function testSupportsEncoding() {
  $encoder = new ContentHubCdfEncoder();
  $this
    ->assertTrue($encoder
    ->supportsEncoding('acquia_contenthub_cdf'));
}