| 1 | <?php |
||
| 10 | class SkladovyPohybPolozkaTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var SkladovyPohybPolozka |
||
| 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\SkladovyPohybPolozka::addSerialNumber |
||
| 37 | */ |
||
| 38 | public function testAddSerialNumber() |
||
| 52 | } |
||
| 53 |
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.