Skip to content

Commit

Permalink
Fixed class name for PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xyNNN committed Sep 14, 2017
1 parent 42a660b commit 825f51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function setUp()
$this->extension = new GoogleTagManagerExtension();

$this->container = new ContainerBuilder();
$this->container->register('twig', $this->getMockBuilder(\Twig_Environment::class)->getMock());
$this->container->register('twig', $this->getMockBuilder('\Twig_Environment')->getMock());
$this->container->registerExtension($this->extension);
}

Expand Down

0 comments on commit 825f51e

Please sign in to comment.