Skip to content

Commit

Permalink
update to namespaced reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Nov 25, 2019
1 parent 1e4f177 commit f37faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Builder/WebBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function testTwigEnvironmentDefault()
$method = $reflection->getMethod('getTwigEnvironment');
$method->setAccessible(true);

$this->assertInstanceOf('\Twig_Environment', $method->invoke($this->webBuilder));
$this->assertInstanceOf('\Twig\Environment', $method->invoke($this->webBuilder));
}

public function testTwigTemplate()
Expand Down

0 comments on commit f37faa1

Please sign in to comment.