| 1 | <?php |
||
| 23 | final class InventoryUnitSpec extends ObjectBehavior |
||
| 24 | { |
||
| 25 | function it_implements_inventory_unit_interface(): void |
||
| 29 | |||
| 30 | function it_has_no_id_by_default(): void |
||
| 34 | |||
| 35 | function it_has_no_defined_stockable_subject_by_default(): void |
||
| 39 | |||
| 40 | function it_allows_defining_stockable_subject(StockableInterface $stockable): void |
||
| 45 | } |
||
| 46 |