Loading core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_content theme: - classy - stark id: foobargorilla theme: classy theme: stark region: content weight: null provider: null Loading core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class BlockContentCreationTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Permissions to grant admin user. Loading core/modules/block_content/tests/src/Functional/BlockContentListTest.php +5 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class BlockContentListTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Tests the custom block listing page. Loading Loading @@ -65,11 +65,10 @@ public function testListing() { $this->assertSession()->elementTextContains('xpath', '//td', $label); // Check the number of table row cells. $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td', 2); // Check the contents of each row cell. The first cell contains the label, // the second contains the machine name, and the third contains the // operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[1]', $label); $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td', 2); // Check the contents of the row. The first cell contains the label, // and the second contains the operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[1]', $label); // Edit the entity using the operations link. $blocks = $this->container Loading core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class BlockContentPageViewTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Checks block edit and fallback functionality. Loading core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class BlockContentSaveTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Sets the test up. Loading Loading
core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ dependencies: module: - block_content theme: - classy - stark id: foobargorilla theme: classy theme: stark region: content weight: null provider: null Loading
core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class BlockContentCreationTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Permissions to grant admin user. Loading
core/modules/block_content/tests/src/Functional/BlockContentListTest.php +5 −6 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ class BlockContentListTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Tests the custom block listing page. Loading Loading @@ -65,11 +65,10 @@ public function testListing() { $this->assertSession()->elementTextContains('xpath', '//td', $label); // Check the number of table row cells. $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td', 2); // Check the contents of each row cell. The first cell contains the label, // the second contains the machine name, and the third contains the // operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[@class="odd"]/td[1]', $label); $this->assertSession()->elementsCount('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td', 2); // Check the contents of the row. The first cell contains the label, // and the second contains the operations list. $this->assertSession()->elementTextEquals('xpath', '//div[@class="layout-content"]//table/tbody/tr[1]/td[1]', $label); // Edit the entity using the operations link. $blocks = $this->container Loading
core/modules/block_content/tests/src/Functional/BlockContentPageViewTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class BlockContentPageViewTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Checks block edit and fallback functionality. Loading
core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ class BlockContentSaveTest extends BlockContentTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * Sets the test up. Loading