Skip to content

Commit 14ce286

Browse files
authored
Merge pull request #448 from jordisala1991/hotfix/fix-test
Fix return value for getBundle function in tests
2 parents 9d0652d + 253817c commit 14ce286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Provider/BuilderAliasProviderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private function createMockKernelForStub()
213213
$kernel->expects($this->once())
214214
->method('getBundle')
215215
->with('FooBundle', false)
216-
->willReturn([$bundle])
216+
->willReturn($bundle)
217217
;
218218

219219
return $kernel;

0 commit comments

Comments
 (0)