1 | <?php |
||
17 | class BibTexFileExportPrinterTest extends \PHPUnit_Framework_TestCase { |
||
18 | |||
19 | private $queryResult; |
||
20 | private $resultPrinterReflector; |
||
21 | |||
22 | protected function setUp() { |
||
31 | |||
32 | public function testCanConstruct() { |
||
39 | |||
40 | public function testGetFileName() { |
||
57 | |||
58 | public function testGetMimeType() { |
||
69 | |||
70 | } |
||
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.