How can we create 2 tests scenarios for the Symfony Kernel project with 2 different parameters? How can we inject 2 different instances of the same interface? How can we do it in the same way we already configure both of them? Today we'll look at a little trick that allows us to create Symfony Kernel with different configs.