1 | <?php |
||
16 | class RateFactoryTest extends \PHPUnit_Framework_TestCase |
||
17 | { |
||
18 | /** |
||
19 | * when: createIsCalled |
||
20 | * should: returnAnUpsRateInstance. |
||
21 | */ |
||
22 | public function testReturnUpsRateInstance() |
||
33 | |||
34 | /** |
||
35 | * when: createIsCalled |
||
36 | * with: useIntegration |
||
37 | * should: returnAnUpsRateInstanceWithUseIntegrationActivated. |
||
38 | */ |
||
39 | public function testReturnUpsRateInstanceUsingIntegrationParameter() |
||
51 | } |
||
52 |