| 1 | <?php |
||
| 20 | final class UserWithEncoderFactorySpec extends ObjectBehavior |
||
| 21 | { |
||
| 22 | function let(FactoryInterface $decoratedUserFactory) |
||
| 26 | |||
| 27 | function it_is_a_factory(): void |
||
| 31 | |||
| 32 | function it_sets_the_given_encoder_name_on_created_user(FactoryInterface $decoratedUserFactory, UserInterface $user): void |
||
| 40 | } |
||
| 41 |