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\Converter;
14 use Fxp\Composer\AssetPlugin\Converter\AbstractPackageConverter;
17 * Fixture for invalid package converter tests.
19 * @author François Pluchino <francois.pluchino@gmail.com>
21 class InvalidPackageConverter extends AbstractPackageConverter
26 protected function getMapKeys()
28 return array_merge(parent::getMapKeys(), array(
29 'name' => array(null, function ($value) {