29 protected $testExtensionsToLoad = [
'typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example'];
39 protected function setUp()
43 $this->importDataSet(
'PACKAGE:typo3/testing-framework/Resources/Core/Functional/Fixtures/pages.xml');
44 $this->importDataSet(ORIGINAL_ROOT .
'typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/fe_groups.xml');
45 $this->importDataSet(ORIGINAL_ROOT .
'typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/fe_users.xml');
46 $this->importDataSet(ORIGINAL_ROOT .
'typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/blogs-with-fe_groups.xml');
48 $this->setUpFrontendRootPage(1, [
'typo3/sysext/extbase/Tests/Functional/Persistence/Fixtures/Frontend/JsonRenderer.typoscript']);
56 $responseSections = $this->getFrontendResponse(1)->getResponseSections(
'Extbase:list()');
58 ->setTable(self::TABLE_Blog)->setField(
'title')->setValues(
'Blog1'));
66 $responseSections = $this->getFrontendResponse(1, 0, 0, 0,
true, 1)->getResponseSections(
'Extbase:list()');
68 ->setTable(self::TABLE_Blog)->setField(
'title')->setValues(
'Blog1',
'Blog2'));
76 $responseSections = $this->getFrontendResponse(1, 0, 0, 0,
true, 2)->getResponseSections(
'Extbase:list()');
78 ->setTable(self::TABLE_Blog)->setField(
'title')->setValues(
'Blog1',
'Blog3'));
87 $responseSections = $this->getFrontendResponse(1, 0, 0, 0,
true, 1)->getResponseSections(
'Extbase:list()');
89 ->setTable(self::TABLE_Blog)->setField(
'title')->setValues(
'Blog1',
'Blog2'));
92 $responseSections = $this->getFrontendResponse(1, 0, 0, 0,
true, 2)->getResponseSections(
'Extbase:list()');
94 ->setTable(self::TABLE_Blog)->setField(
'title')->setValues(
'Blog1',
'Blog3'));