talks/test-driven-drupal/code/2.txt

14 lines
244 B
Plaintext
Raw Normal View History

2023-10-17 08:36:46 +00:00
// tests/src/Functional/BlogPageTest.php
namespace Drupal\Tests\drupalcon\Functional;
use Drupal\Tests\BrowserTestBase;
final class BlogPageTest extends BrowserTestBase {
public $defaultTheme = 'stark';
public static $modules = [];
}