1 | <?php |
||
16 | class MoneyFieldsetFactoryTest extends TestCase |
||
17 | { |
||
18 | /** |
||
19 | * @var MoneyFieldset |
||
20 | */ |
||
21 | private $fieldset; |
||
22 | |||
23 | public function setUp() |
||
30 | |||
31 | public function testFactoryCanInstantiateFieldset() |
||
35 | |||
36 | public function testFactoryCreatesWithExpectedHydrator() |
||
40 | |||
41 | public function testFactoryCreatesWithExpectedObject() |
||
45 | } |
||
46 |