Question from the Symfony 6 test

The class Foo exists is registered as a service only in the "dev" and "test" environment

Medium

Which statement is true?

#[When(env: 'dev')]
#[When(env: 'test')]
class Foo
{
}
Author: smaine milianniStatus: PublishedQuestion passed 1033 times
Edit
4
Community EvaluationsNo one has reviewed this question yet, be the first!