1 | <?php |
||
22 | final class ProductAssociationFixtureTest extends \PHPUnit_Framework_TestCase |
||
23 | { |
||
24 | use ConfigurationTestCaseTrait; |
||
25 | |||
26 | /** |
||
27 | * @test |
||
28 | */ |
||
29 | public function product_assoiations_are_optional() |
||
33 | |||
34 | /** |
||
35 | * @test |
||
36 | */ |
||
37 | public function product_associations_can_be_generated_randomly() |
||
42 | |||
43 | /** |
||
44 | * @test |
||
45 | */ |
||
46 | public function product_association_type_is_optional() |
||
50 | |||
51 | /** |
||
52 | * @test |
||
53 | */ |
||
54 | public function product_association_owner_is_optional() |
||
58 | |||
59 | /** |
||
60 | * @test |
||
61 | */ |
||
62 | public function product_association_associated_products_are_optional() |
||
71 | |||
72 | /** |
||
73 | * {@inheritdoc} |
||
74 | */ |
||
75 | protected function getConfiguration() |
||
82 | } |
||
83 |