Skip to content

Commit

Permalink
Fix a failing Travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Apr 7, 2020
1 parent 14fa387 commit 8aebdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-timber-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function testStandardThemeLocation() {
}

function testLanguageAttributes() {
$this->restore_locale();
$site = new TimberSite();
$lang = $site->language_attributes();
$this->assertEquals('lang="en-US"', $lang);
Expand Down

0 comments on commit 8aebdcd

Please sign in to comment.