1 | <?php |
||
10 | class BankaTest extends FlexiBeeRWTest |
||
11 | { |
||
12 | /** |
||
13 | * @var Banka |
||
14 | */ |
||
15 | protected $object; |
||
16 | |||
17 | /** |
||
18 | * Sets up the fixture, for example, opens a network connection. |
||
19 | * This method is called before a test is executed. |
||
20 | */ |
||
21 | protected function setUp() |
||
25 | |||
26 | /** |
||
27 | * Tears down the fixture, for example, closes a network connection. |
||
28 | * This method is called after a test is executed. |
||
29 | */ |
||
30 | protected function tearDown() |
||
34 | |||
35 | /** |
||
36 | * Gives You data able to insert into current evidence |
||
37 | * |
||
38 | * @param string $code custom record code |
||
39 | * |
||
40 | * @return array |
||
41 | */ |
||
42 | public function getDataForInsert($code = 'UnitTest') |
||
53 | |||
54 | /** |
||
55 | * @covers FlexiPeeHP\Banka::stahnoutVypisyOnline |
||
56 | */ |
||
57 | public function testStahnoutVypisyOnline() |
||
62 | |||
63 | /** |
||
64 | * @covers FlexiPeeHP\Banka::automatickeParovani |
||
65 | */ |
||
66 | public function testAutomatickeParovani() |
||
71 | } |
||
72 |