1 | <?php |
||
14 | class SinglePriceTest extends \PHPUnit\Framework\TestCase |
||
15 | { |
||
16 | /** |
||
17 | * @var SinglePrice |
||
18 | */ |
||
19 | protected $price; |
||
20 | |||
21 | /** |
||
22 | * @var SimpleAction |
||
23 | */ |
||
24 | protected $action; |
||
25 | |||
26 | /** |
||
27 | * @var Money |
||
28 | */ |
||
29 | protected $money; |
||
30 | |||
31 | protected function setUp() |
||
39 | |||
40 | protected function tearDown() |
||
43 | |||
44 | public function testCalculateUsage() |
||
48 | } |
||
49 |