* * 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\PSR2; use Symfony\CS\Tests\Fixer\AbstractFixerTestBase; /** * @author Dariusz RumiƄski */ class LowercaseConstantsFixerTest extends AbstractFixerTestBase { /** * @dataProvider provideCases */ public function testFix($expected, $input = null) { $this->makeTest($expected, $input); } /** * @dataProvider provide54Cases * @requires PHP 5.4 */ public function test54($expected, $input = null) { $this->makeTest($expected, $input); } public function provideCases() { return array( array('