You are here

TestComplexDataInterface.php in Search API 8

File

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

namespace Drupal\Tests\search_api\Unit;

use Drupal\Core\TypedData\ComplexDataInterface;

/**
 * Provides a testable version of \Drupal\Core\TypedData\ComplexDataInterface.
 *
 * @see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/103
 */
interface TestComplexDataInterface extends \Iterator, ComplexDataInterface {

}

Interfaces

Namesort descending Description
TestComplexDataInterface Provides a testable version of \Drupal\Core\TypedData\ComplexDataInterface.