| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class CreateUpdatePublisherTest extends TestCase |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var MockObject|PublisherInterface |
||
| 19 | */ |
||
| 20 | protected $publisher; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @var CreateUpdatePublisher |
||
| 24 | */ |
||
| 25 | protected $createUpdatePublisher; |
||
| 26 | |||
| 27 | protected function setUp() |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testPublish() |
||
| 45 |
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.