Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class CommandTest extends TestCase |
||
9 | { |
||
10 | public function testConfigure() |
||
11 | { |
||
12 | $commandTester = $this->getCommandTester('mock'); |
||
13 | $output = $commandTester->getDisplay(); |
||
14 | $this->assertContains('stuff broke', $output); |
||
15 | } |
||
16 | |||
17 | public function testConfigureWithInvalidName() |
||
21 | } |
||
22 | |||
23 | protected function setUp() |
||
29 |
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.