‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest Class Reference

Public Member Functions

 _before (ApplicationTester $I, PageTree $pageTree)
 
 seeSitemapXml (ApplicationTester $I, Example $testData)
 

Protected Member Functions

array sitemapDataProvider ()
 
RemoteWebElement getTableColumn (ApplicationTester $I, string $slug, int $sibling=3)
 

Protected Attributes

string $sidebar = '.sidebar.list-group'
 

Private Member Functions

string getCurrentURL (ApplicationTester $I, int $attempt=1)
 

Detailed Description

Definition at line 27 of file SitemapXmlCest.php.

Member Function Documentation

◆ _before()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::_before ( ApplicationTester  $I,
PageTree  $pageTree 
)

◆ getCurrentURL()

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::getCurrentURL ( ApplicationTester  $I,
int  $attempt = 1 
)
private
Parameters
ApplicationTester$I
int$attempt
Returns
‪string

Definition at line 61 of file SitemapXmlCest.php.

Referenced by TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest\_before().

◆ getTableColumn()

RemoteWebElement TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::getTableColumn ( ApplicationTester  $I,
string  $slug,
int  $sibling = 3 
)
protected

Find text by given slug part

Parameters
ApplicationTester$I
string$slug
int$sibling
Returns
‪RemoteWebElement

Definition at line 139 of file SitemapXmlCest.php.

Referenced by TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest\seeSitemapXml().

◆ seeSitemapXml()

TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::seeSitemapXml ( ApplicationTester  $I,
Example  $testData 
)

@dataProvider sitemapDataProvider

Parameters
ApplicationTester$I

Definition at line 83 of file SitemapXmlCest.php.

References TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest\getTableColumn().

◆ sitemapDataProvider()

array TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::sitemapDataProvider ( )
protected
Returns
‪array

Definition at line 100 of file SitemapXmlCest.php.

Member Data Documentation

◆ $sidebar

string TYPO3\CMS\Core\Tests\Acceptance\Application\Frontend\SitemapXmlCest::$sidebar = '.sidebar.list-group'
protected

Definition at line 29 of file SitemapXmlCest.php.