| 1 | <?php | ||
| 22 | class AbstractEndpointTest extends \PHPUnit_Framework_TestCase | ||
| 23 | { | ||
| 24 | /** | ||
| 25 | * @var \Phake_IMock | ||
| 26 | */ | ||
| 27 | private $soapClient; | ||
| 28 | |||
| 29 | /** | ||
| 30 | * @var \Phake_IMock | ||
| 31 | */ | ||
| 32 | private $wsse; | ||
| 33 | |||
| 34 | /** | ||
| 35 | * Setups current tests. | ||
| 36 | */ | ||
| 37 | public function setUp() | ||
| 42 | |||
| 43 | /** | ||
| 44 | * @test | ||
| 45 | */ | ||
| 46 | public function shouldGenerateWsseHeaderIfRequestIsSecured() | ||
| 55 | } | ||
| 56 | 
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.