| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | public function testGetFileName() { |
||
| 41 | |||
| 42 | $parameters = [ |
||
| 43 | 'filename' => 'foo' |
||
| 44 | ]; |
||
| 45 | |||
| 46 | $instance = new BibTexFileExportPrinter( |
||
| 47 | 'bibtex' |
||
| 48 | ); |
||
| 49 | |||
| 50 | $this->resultPrinterReflector->addParameters( $instance, $parameters ); |
||
| 51 | |||
| 52 | $this->assertEquals( |
||
| 53 | 'foo.bib', |
||
| 54 | $instance->getFileName( $this->queryResult ) |
||
| 55 | ); |
||
| 56 | } |
||
| 57 | |||
| 71 |
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.