| 1 | <?php | ||
| 5 | class AddonBuilderTest extends SapphireTest | ||
| 6 | { | ||
| 7 | /** | ||
| 8 | * Test that a GitHub repository can be identified, and have its context returned if it matches | ||
| 9 | * | ||
| 10 | * @param string $input | ||
| 11 | * @param string|false $expected | ||
| 12 | * @dataProvider repositoryContextProvider | ||
| 13 | */ | ||
| 14 | public function testGetGitHubContext($input, $expected) | ||
| 21 | |||
| 22 | public function repositoryContextProvider() | ||
| 31 | } | ||
| 32 | 
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.