Skip to content
Extraits de code Groupes Projets
IntegrationTestCase.php 594 octets
Newer Older
  • Learn to ignore specific revisions
  • <?php
    /**
    
     * Piwik - free/libre analytics platform
    
     *
     * @link http://piwik.org
     * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
     */
    
     * @deprecated since 2.8.0 extend \Piwik\Tests\Impl\SystemTestCase instead
    
    class IntegrationTestCase extends \Piwik\Tests\Impl\SystemTestCase
    
    
        public static function setUpBeforeClass()
        {
    
            \Piwik\Log::debug('\IntegrationTestCase is deprecated since 2.8.0 extend \Piwik\Tests\Impl\SystemTestCase instead');
    
    diosmosis's avatar
    diosmosis a validé
        }
    
    IntegrationTestCase::$fixture = new \Piwik\Tests\Impl\Fixture();