Move all files to test-driven-drupal/demo/drupalcamp-dublin-2017/
This commit is contained in:
parent
bf1fce2a52
commit
593af57cea
8 changed files with 0 additions and 0 deletions
|
@ -1,20 +0,0 @@
|
|||
<?php
|
||||
|
||||
namespace Drupal\Tests\tdd_blog\Functional;
|
||||
|
||||
use Drupal\Tests\BrowserTestBase;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
class PageListTest extends BrowserTestBase {
|
||||
|
||||
protected static $modules = ['tdd_blog'];
|
||||
|
||||
protected $defaultTheme = 'stark';
|
||||
|
||||
public function testBlogPageExists() {
|
||||
$this->drupalGet('blog');
|
||||
|
||||
$this->assertSession()->statusCodeEquals(Response::HTTP_OK);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue