| 1 | <?php |
||
| 21 | final class ProductTaxonSpec extends ObjectBehavior |
||
| 22 | { |
||
| 23 | function it_implements_product_taxon_interface(): void |
||
| 27 | |||
| 28 | function it_has_mutable_product_field(ProductInterface $product): void |
||
| 33 | |||
| 34 | function it_has_mutable_taxon_field(TaxonInterface $taxon): void |
||
| 39 | |||
| 40 | function it_has_mutable_position_field(): void |
||
| 45 | } |
||
| 46 |