presentations/test-driven-drupal/slides/code/2.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
244 B
Text
Raw Normal View History

2023-10-17 10:36:46 +02: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 = [];
}