| 1 | <?php |
||
| 25 | final class TaxonFactorySpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function let(FactoryInterface $factory): void |
||
| 31 | |||
| 32 | function it_implements_taxon_factory_interface(): void |
||
| 36 | |||
| 37 | function it_uses_decorated_factory_to_create_new_taxon( |
||
| 45 | |||
| 46 | function it_creates_taxon_for_given_parent_taxon( |
||
| 56 | } |
||
| 57 |