1 | <?php |
||
2 | |||
3 | namespace Test\FlexiPeeHP; |
||
4 | |||
5 | use FlexiPeeHP\RadaPokladniPohyb; |
||
6 | |||
7 | /** |
||
8 | * Generated by PHPUnit_SkeletonGenerator on 2016-04-27 at 17:32:10. |
||
9 | */ |
||
10 | class RadaPokladniPohybTest extends FlexiBeeRWTest |
||
11 | { |
||
12 | /** |
||
13 | * @var RadaPokladniPohyb |
||
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(): void |
||
22 | { |
||
23 | $this->object = new RadaPokladniPohyb; |
||
24 | } |
||
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(): void |
||
31 | { |
||
32 | |||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @covers FlexiPeeHP\RadaPokladniPohyb::getNextRecordCode |
||
37 | */ |
||
38 | public function testGetNextRecordCode() |
||
39 | { |
||
40 | // Remove the following lines when you implement this test. |
||
41 | $this->markTestIncomplete( |
||
0 ignored issues
–
show
|
|||
42 | 'This test has not been implemented yet.' |
||
43 | ); |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @covers FlexiPeeHP\RadaPokladniPohyb::incrementNextRecordCode |
||
48 | */ |
||
49 | public function testIncrementNextRecordCode() |
||
50 | { |
||
51 | // Remove the following lines when you implement this test. |
||
52 | $this->markTestIncomplete( |
||
53 | 'This test has not been implemented yet.' |
||
54 | ); |
||
55 | } |
||
56 | } |
||
57 |
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.