* * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Symfony\CS\Tests\Fixer\Contrib; use Symfony\CS\Tests\Fixer\AbstractFixerTestBase; /** * @author Sebastiaan Stok */ class ShortArraySyntaxFixerTest extends AbstractFixerTestBase { /** * @dataProvider provideExamples */ public function testFix($expected, $input = null) { $this->makeTest($expected, $input); } public function provideExamples() { return array( array(' true] : ["f" => false])];', ' true) : array("f" => false)));'), array('