search_api-8.x-1.15/tests/src/Unit/TestComplexDataInterface.php
tests/src/Unit/TestComplexDataInterface.php
<?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 { }