1 | <?php |
||
10 | class StitekTest extends FlexiBeeRWTest |
||
11 | { |
||
12 | /** |
||
13 | * @var Stitek |
||
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 | * @covers FlexiPeeHP\Stitek::getLabels |
||
37 | * @todo Implement testGetLabels(). |
||
38 | */ |
||
39 | public function testGetLabels() |
||
46 | |||
47 | /** |
||
48 | * @covers FlexiPeeHP\Stitek::listToArray |
||
49 | * @todo Implement testListToArray(). |
||
50 | */ |
||
51 | public function testListToArray() |
||
58 | |||
59 | /** |
||
60 | * @covers FlexiPeeHP\Stitek::getAvailbleLabels |
||
61 | */ |
||
62 | public function testGetAvailbleLabels() |
||
67 | |||
68 | /** |
||
69 | * @covers FlexiPeeHP\Stitek::setLabel |
||
70 | * @todo Implement testSetLabel(). |
||
71 | */ |
||
72 | public function testSetLabel() |
||
79 | |||
80 | /** |
||
81 | * @covers FlexiPeeHP\Stitek::unsetLabel |
||
82 | * @todo Implement testUnsetLabel(). |
||
83 | */ |
||
84 | public function testUnsetLabel() |
||
91 | } |
||
92 |