| Total Complexity | 2 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class InsertTest extends AbstractTableTest |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @throws \Exception |
||
| 15 | */ |
||
| 16 | public function testInsert() |
||
| 17 | { |
||
| 18 | $res = $this->insertDocument(1); |
||
| 19 | |||
| 20 | $this->assertObStatus(['inserted' => 1], $res->getData()); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @throws \Exception |
||
| 25 | */ |
||
| 26 | public function testMultipleInserts() |
||
| 50 | } |
||
| 51 | } |
||
| 52 |
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.