You are here

protected property AddPhotosAlbumImageTest::$defaultTheme in Album Photos 6.0.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/AddPhotosAlbumImageTest.php \Drupal\Tests\photos\Functional\AddPhotosAlbumImageTest::defaultTheme
  2. 8.4 tests/src/Functional/AddPhotosAlbumImageTest.php \Drupal\Tests\photos\Functional\AddPhotosAlbumImageTest::defaultTheme

The theme to install as the default for testing.

Defaults to the install profile's default theme, if it specifies any.

Type: string

Overrides BrowserTestBase::$defaultTheme

File

tests/src/Functional/AddPhotosAlbumImageTest.php, line 35

Class

AddPhotosAlbumImageTest
Test creating a new album, adding an image and updating the image.

Namespace

Drupal\Tests\photos\Functional

Code

protected $defaultTheme = 'stark';