‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\FlushCest Class Reference

Public Member Functions

 _before (ApplicationTester $I)
 
 canSeeModuleInTopbar (ApplicationTester $I)
 
 seeFlushCachesLinksInClearCacheModule (ApplicationTester $I)
 

Static Private Attributes

static string $topBarModuleSelector = '#typo3-cms-backend-backend-toolbaritems-clearcachetoolbaritem'
 

Detailed Description

Tests for the flush module in the topbar

Definition at line 26 of file FlushCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\FlushCest::_before ( ApplicationTester  $I)

Definition at line 33 of file FlushCest.php.

◆ canSeeModuleInTopbar()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\FlushCest::canSeeModuleInTopbar ( ApplicationTester  $I)

Definition at line 38 of file FlushCest.php.

◆ seeFlushCachesLinksInClearCacheModule()

TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\FlushCest::seeFlushCachesLinksInClearCacheModule ( ApplicationTester  $I)

@depends canSeeModuleInTopbar

Definition at line 46 of file FlushCest.php.

Member Data Documentation

◆ $topBarModuleSelector

string TYPO3\CMS\Core\Tests\Acceptance\Application\Topbar\FlushCest::$topBarModuleSelector = '#typo3-cms-backend-backend-toolbaritems-clearcachetoolbaritem'
staticprivate

Selector for the module container in the topbar

Definition at line 31 of file FlushCest.php.