‪TYPO3CMS  ‪main
TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\AbstractXmlSitemapPagesTestCase Class Reference
Inheritance diagram for TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\AbstractXmlSitemapPagesTestCase:
TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesWithHideIfNotTranslatedTest

Protected Member Functions

 setUp ()
 
 getResponse (string $uri='http://localhost/')
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
 writeSiteConfiguration (string $identifier, array $site=[], array $languages=[], array $errorHandling=[])
 
 mergeSiteConfiguration (string $identifier, array $overrides)
 
 buildSiteConfiguration (int $rootPageId, string $base='')
 
 buildDefaultLanguageConfiguration (string $identifier, string $base)
 
 buildLanguageConfiguration (string $identifier, string $base, array $fallbackIdentifiers=[], string $fallbackType=null)
 
 buildErrorHandlingConfiguration (string $handler, array $codes)
 
mixed resolveLanguagePreset (string $identifier)
 
 applyInstructions (InternalRequest $request, AbstractInstruction ... $instructions)
 
 mergeInstruction (AbstractInstruction $current, AbstractInstruction $other)
 

Protected Attributes

const LANGUAGE_PRESETS
 
array $coreExtensionsToLoad = ['seo']
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\AbstractTestCase
const LANGUAGE_PRESETS
 

Additional Inherited Members

- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Functional\SiteHandling\SiteBasedTestTrait
static failIfArrayIsNotEmpty (array $items)
 

Detailed Description

Definition at line 24 of file AbstractXmlSitemapPagesTestCase.php.

Member Function Documentation

◆ getResponse()

TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\AbstractXmlSitemapPagesTestCase::getResponse ( string  $uri = 'http://localhost/')
protected

Definition at line 60 of file AbstractXmlSitemapPagesTestCase.php.

Referenced by TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\checkIfPagesSiteMapContainsExpectedEntries(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesWithHideIfNotTranslatedTest\pagesSitemapContainsTranslatedPages(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapContainsTranslatedPages(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesWithHideIfNotTranslatedTest\pagesSitemapDoesNotCareAboutFallbackStrategy(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesWithHideIfNotTranslatedTest\pagesSitemapDoesNotContainUntranslatedPages(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapDoesNotContainUntranslatedPages(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapDoesNotContainUrlsOfExcludedPages(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapDoesNotContainUrlWithCanonicalSet(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapDoesNotContainUrlWithNoIndexSet(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesWithHideIfNotTranslatedTest\pagesSitemapInAlternativeLanguageDoesContainSiteThatIsHiddenIfNotTranslated(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapInAlternativeLanguageDoesNotContainSiteThatIsHiddenIfNotTranslated(), TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapInDefaultLanguageDoesNotContainSiteThatIsHiddenInDefaultLanguage(), and TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\XmlSitemapPagesTest\pagesSitemapRespectFallbackStrategy().

◆ setUp()

Member Data Documentation

◆ $coreExtensionsToLoad

array TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\AbstractXmlSitemapPagesTestCase::$coreExtensionsToLoad = ['seo']
protected

Definition at line 35 of file AbstractXmlSitemapPagesTestCase.php.

◆ LANGUAGE_PRESETS

const TYPO3\CMS\Seo\Tests\Functional\XmlSitemap\AbstractXmlSitemapPagesTestCase::LANGUAGE_PRESETS
protected
Initial value:
= [
'EN' => ['id' => 0, 'title' => 'English', 'locale' => 'en_US.UTF8'],
'FR' => ['id' => 1, 'title' => 'French', 'locale' => 'fr_FR.UTF8'],
'DE' => ['id' => 2, 'title' => 'German', 'locale' => 'de_DE.UTF8'],
]

Definition at line 29 of file AbstractXmlSitemapPagesTestCase.php.