You are here

public function BibciteTest::testStylePage in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/BibciteTest.php \Drupal\Tests\bibcite\Functional\BibciteTest::testStylePage()

Test Style page.

File

tests/src/Functional/BibciteTest.php, line 112

Class

BibciteTest
Test for main module functions.

Namespace

Drupal\Tests\bibcite\Functional

Code

public function testStylePage() {
  $this
    ->drupalLogin($this->user);
  $this
    ->drupalGet('admin/config/bibcite/settings/csl_style');
  $this
    ->assertSession()
    ->statusCodeEquals(200);
}