| 1 | <?php |
||
| 11 | final class UserWithEncoderFactorySpec extends ObjectBehavior |
||
| 12 | { |
||
| 13 | function let(FactoryInterface $decoratedUserFactory) |
||
| 17 | |||
| 18 | function it_is_a_factory(): void |
||
| 22 | |||
| 23 | function it_sets_the_given_encoder_name_on_created_user(FactoryInterface $decoratedUserFactory, UserInterface $user): void |
||
| 31 | } |
||
| 32 |