TestComplexDataInterface.php in Search API 8
Namespace
Drupal\Tests\search_api\UnitFile
tests/src/Unit/TestComplexDataInterface.phpView 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
Name | Description |
---|---|
TestComplexDataInterface | Provides a testable version of \Drupal\Core\TypedData\ComplexDataInterface. |