Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Less/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/Less/QuotesUnitTest.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento2\Tests\Less;

class QuotesSniffUnitTest extends AbstractLessSniffUnitTestCase
{
    /**
     * @inheritdoc
     */
    public function getErrorList()
    {
        return [
            7 => 1,
        ];
    }

    /**
     * @inheritdoc
     */
    public function getWarningList()
    {
        return [];
    }
}