Skip to content

Commit

Permalink
Avoid a minor warning in config test.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Aug 26, 2013
1 parent ccdce90 commit cbc0b14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/configTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function testConfig() {
$this->markTestSkipped('Config only available on D8+.');
}

$sites = $this->setUpDrupal(1, TRUE, '8');

// Remove the '.x' once there is a stable release.
$sites = $this->setUpDrupal(1, TRUE, '8.x');
$options = array(
'yes' => NULL,
'root' => $this->webroot(),
Expand Down

0 comments on commit cbc0b14

Please sign in to comment.