Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function testIndexDrop() |
||
29 | { |
||
30 | $this->insertDocument(1); |
||
31 | |||
32 | $this->r() |
||
33 | ->table('tabletest') |
||
34 | ->indexCreate('title') |
||
35 | ->run(); |
||
36 | |||
37 | $res = $this->r() |
||
38 | ->table('tabletest') |
||
39 | ->indexDrop('title') |
||
40 | ->run(); |
||
41 | |||
42 | $this->assertObStatus(['dropped' => 1], $res->getData()); |
||
43 | } |
||
93 |
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.