public function FarmBlockTest::testFarmBlock in farmOS 2.x
Test that the "Powered by farmOS" block is visible.
File
- modules/
core/ ui/ theme/ tests/ src/ Functional/ FarmBlockTest.php, line 24
Class
- FarmBlockTest
- Tests the "Powered by farmOS" block.
Namespace
Drupal\Tests\farm_ui_theme\FunctionalCode
public function testFarmBlock() {
$this
->assertSession()
->pageTextContains('Powered by farmOS');
}