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 | */ |
||
38 | public function testGetLabels() |
||
42 | |||
43 | /** |
||
44 | * @covers FlexiPeeHP\Stitek::listToArray |
||
45 | */ |
||
46 | public function testListToArray() |
||
50 | |||
51 | /** |
||
52 | * @covers FlexiPeeHP\Stitek::getAvailbleLabels |
||
53 | */ |
||
54 | public function testGetAvailbleLabels() |
||
59 | |||
60 | /** |
||
61 | * @covers FlexiPeeHP\Stitek::setLabel |
||
62 | * @todo Implement testSetLabel(). |
||
63 | */ |
||
64 | public function testSetLabel() |
||
71 | |||
72 | /** |
||
73 | * @covers FlexiPeeHP\Stitek::unsetLabel |
||
74 | * @todo Implement testUnsetLabel(). |
||
75 | */ |
||
76 | public function testUnsetLabel() |
||
83 | |||
84 | /** |
||
85 | * @covers FlexiPeeHP\Stitek::createNew |
||
86 | */ |
||
87 | public function testCreateNew() |
||
99 | } |
||
100 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.