PhilippBaschke\ACFProInstaller\Test\RemoteFilesystemTest::testExtendsComposerRemoteFilesystem PHP Method

testExtendsComposerRemoteFilesystem() public method

    public function testExtendsComposerRemoteFilesystem()
    {
        $this->assertInstanceOf('Composer\\Util\\RemoteFilesystem', new RemoteFilesystem('', $this->io));
    }