Add test structure
This commit is contained in:
parent
4c49bde2bf
commit
05cd5901d5
1 changed files with 14 additions and 0 deletions
14
tests/src/Functional/PageListTest.php
Normal file
14
tests/src/Functional/PageListTest.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Drupal\Tests\tdd_dublin\Functional;
|
||||||
|
|
||||||
|
use Drupal\Tests\BrowserTestBase;
|
||||||
|
|
||||||
|
class PageListTest extends BrowserTestBase {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
protected static $modules = ['tdd_dublin'];
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue