Composer\Installers\Test\InstallerTest::testSupports PHP Метод

testSupports() публичный Метод

testSupports
public testSupports ( $type, $expected ) : void
Результат void
    public function testSupports($type, $expected)
    {
        $installer = new Installer($this->io, $this->composer);
        $this->assertSame($expected, $installer->supports($type), sprintf('Failed to show support for %s', $type));
    }