FancyGuy\Composer\Test\WebrootInstallerTest::testSupports PHP Méthode

testSupports() public méthode

testSupports
public testSupports ( $type, $expected ) : void
Résultat void
    public function testSupports($type, $expected)
    {
        $installer = new WebrootInstaller($this->io, $this->composer);
        $this->assertSame($expected, $installer->supports($type), sprintf('Failed to show support for %s', $type));
    }