‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest:

Public Member Functions

 asCommandRegisteredToCommandRegistry ()
 
 asCommandHiddenAttributeIsRespected ()
 
 asCommandAliasAttributeIsRespected ()
 
 asCommandSetsDescription ()
 

Protected Attributes

array $testExtensionsToLoad
 

Detailed Description

Definition at line 27 of file AsCommandAttributeTest.php.

Member Function Documentation

◆ asCommandAliasAttributeIsRespected()

TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest::asCommandAliasAttributeIsRespected ( )

Definition at line 56 of file AsCommandAttributeTest.php.

◆ asCommandHiddenAttributeIsRespected()

TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest::asCommandHiddenAttributeIsRespected ( )

Definition at line 46 of file AsCommandAttributeTest.php.

◆ asCommandRegisteredToCommandRegistry()

TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest::asCommandRegisteredToCommandRegistry ( )

Definition at line 34 of file AsCommandAttributeTest.php.

◆ asCommandSetsDescription()

TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest::asCommandSetsDescription ( )

Definition at line 75 of file AsCommandAttributeTest.php.

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\DependencyInjection\AsCommandAttributeTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_di',
]

Definition at line 29 of file AsCommandAttributeTest.php.