| 1 | <?php | ||
| 3 | class FoxyStripeSiteConfigTest extends SapphireTest | ||
| 4 | { | ||
| 5 | /** | ||
| 6 | * @var string | ||
| 7 | */ | ||
| 8 | protected static $fixture_file = 'foxystripe/tests/FoxyStripeTest.yml'; | ||
| 9 | |||
| 10 | /** | ||
| 11 | * | ||
| 12 | */ | ||
| 13 | public function testGetCMSFields() | ||
| 19 | |||
| 20 | /** | ||
| 21 | * | ||
| 22 | */ | ||
| 23 | public function testGetSSOLink() | ||
| 28 | |||
| 29 | /** | ||
| 30 | * | ||
| 31 | */ | ||
| 32 | public function testGetDataFeedLink() | ||
| 37 | |||
| 38 | /** | ||
| 39 | * | ||
| 40 | */ | ||
| 41 | public function testGetDataMap() | ||
| 46 | } | 
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.