Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/phpunit/phpunit/tests/_files/RequirementsClassBeforeClassHookTest.php

<?php
use PHPUnit\Framework\TestCase;

/**
 * @requires extension nonExistingExtension
 */
class RequirementsClassBeforeClassHookTest extends TestCase
{
    public static function setUpBeforeClass()
    {
        throw new Exception(__METHOD__ . ' should not be called because of class requirements.');
    }
}