4 * This file is part of the Fxp Composer Asset Plugin package.
6 * (c) François Pluchino <francois.pluchino@gmail.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Fxp\Composer\AssetPlugin\Tests\Fixtures\Repository\Vcs;
15 * Mock vcs driver for skip parsing test.
17 * @author François Pluchino <francois.pluchino@gmail.com>
19 class MockVcsDriverSkipParsing extends MockVcsDriver
24 public function getRootIdentifier()
32 public function hasComposerFile($identifier)
40 public function getComposerInformation($identifier)
42 throw new \Exception('MESSAGE with '.$identifier);