Skip to content

Commit

Permalink
Fix tests (#6985)
Browse files Browse the repository at this point in the history
Tests were failing because of symfony/framework-bundle@38a7dfb
  • Loading branch information
franmomu committed Mar 29, 2021
1 parent 4c5871f commit dfce4c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Controller/CRUDControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ protected function setUp(): void
->method('render')
->will($templatingRenderReturnCallback);

$templating
->method('supports')
->willReturn(true);

$this->session = new Session(new MockArraySessionStorage());

$twig = $this->getMockBuilder(Environment::class)
Expand Down

0 comments on commit dfce4c4

Please sign in to comment.