diff --git a/tests/src/PHPCodeSniffer/StandardsFactoryTest.php b/tests/src/PHPCodeSniffer/StandardsFactoryTest.php index 76d3d36e99ed594d7d9296c1654abc2a33fe505c..027de09a26c0c0ebba4dce64fd4024b65f4c289c 100644 --- a/tests/src/PHPCodeSniffer/StandardsFactoryTest.php +++ b/tests/src/PHPCodeSniffer/StandardsFactoryTest.php @@ -47,7 +47,7 @@ class StandardsFactoryTest extends \PHPUnit_Framework_TestCase public function testCreateStandard() { - $paths = []; + $paths = array(); $paths[] = implode( DIRECTORY_SEPARATOR, array(__DIR__, '..', '..', 'Fixtures', 'Standards', 'Standard1')