| 1 | <?php |
||
| 17 | final class SoapTest extends TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritDoc} |
||
| 21 | * |
||
| 22 | * @covers \ProxyManager\Factory\RemoteObject\Adapter\Soap::__construct |
||
| 23 | * @covers \ProxyManager\Factory\RemoteObject\Adapter\Soap::getServiceName |
||
| 24 | */ |
||
| 25 | public function testCanBuildAdapterWithSoapRpcClient() : void |
||
| 39 | } |
||
| 40 |
Methods can only be called on objects. This check looks for methods being called on variables that have been inferred to never be objects.