Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Levdbas committed May 21, 2024
1 parent 83e0d63 commit 67979e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-timber-starter-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function testTimberExists() {

function testFunctionsPHP() {
$context = Timber::context();
$this->assertEquals('StarterSite', get_class($context['site']));
$this->assertEquals('App\StarterSite', get_class($context['site']));
$this->assertTrue(current_theme_supports('post-thumbnails'));
$this->assertEquals('bar', $context['foo']);
}
Expand Down

0 comments on commit 67979e9

Please sign in to comment.