TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

 fixtureMethodForMethodTagsValues (array $foo)
 
 fixtureMethodForMethodTagsValuesWithShortTypes ($dummy, $foo)
 
 getClassTagsValues ()
 
 getClassTagValues ()
 
 hasMethod ()
 
 getMethodTagsValues ()
 
 getMethodParameters ()
 
 getMethodParametersWithShortTypeNames ()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Test case test for reflection second test for reflection second test for reflection with second value

Definition at line 26 of file ReflectionServiceTest.php.

Member Function Documentation

◆ fixtureMethodForMethodTagsValues()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::fixtureMethodForMethodTagsValues ( array  $foo)
Parameters
array$fooThe foo parameter
Returns
void

Definition at line 32 of file ReflectionServiceTest.php.

◆ fixtureMethodForMethodTagsValuesWithShortTypes()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::fixtureMethodForMethodTagsValuesWithShortTypes (   $dummy,
  $foo 
)
Parameters
bool$dummy
int$foo
Returns
void

Definition at line 41 of file ReflectionServiceTest.php.

◆ getClassTagsValues()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::getClassTagsValues ( )
Test:

Definition at line 48 of file ReflectionServiceTest.php.

◆ getClassTagValues()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::getClassTagValues ( )
Test:

Definition at line 61 of file ReflectionServiceTest.php.

◆ getMethodParameters()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::getMethodParameters ( )
Test:

Definition at line 96 of file ReflectionServiceTest.php.

◆ getMethodParametersWithShortTypeNames()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::getMethodParametersWithShortTypeNames ( )
Test:

Definition at line 116 of file ReflectionServiceTest.php.

◆ getMethodTagsValues()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::getMethodTagsValues ( )
Test:

Definition at line 83 of file ReflectionServiceTest.php.

◆ hasMethod()

TYPO3\CMS\Extbase\Tests\Unit\Reflection\ReflectionServiceTest::hasMethod ( )
Test:

Definition at line 73 of file ReflectionServiceTest.php.