You are here

public function CollectionTest::provideTypesToExpandWithoutNamespace in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpdocumentor/reflection-docblock/tests/phpDocumentor/Reflection/DocBlock/Type/CollectionTest.php \phpDocumentor\Reflection\DocBlock\Type\CollectionTest::provideTypesToExpandWithoutNamespace()

Returns the types and their expected values to test the retrieval of types when no namespace is available.

Parameters

string $method Name of the method consuming this data provider.:

Return value

string[]

File

vendor/phpdocumentor/reflection-docblock/tests/phpDocumentor/Reflection/DocBlock/Type/CollectionTest.php, line 191

Class

CollectionTest
Test class for \phpDocumentor\Reflection\DocBlock\Type\Collection

Namespace

phpDocumentor\Reflection\DocBlock\Type

Code

public function provideTypesToExpandWithoutNamespace($method) {
  return $this
    ->provideTypesToExpand($method, '\\');
}