Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : //home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/BeforeClassAndAfterClassTest.php

<?php
class BeforeClassAndAfterClassTest extends PHPUnit_Framework_TestCase
{
    public static $beforeClassWasRun = 0;
    public static $afterClassWasRun  = 0;

    public static function resetProperties()
    {
        self::$beforeClassWasRun = 0;
        self::$afterClassWasRun  = 0;
    }

    /**
     * @beforeClass
     */
    public static function initialClassSetup()
    {
        self::$beforeClassWasRun++;
    }

    /**
     * @afterClass
     */
    public static function finalClassTeardown()
    {
        self::$afterClassWasRun++;
    }

    public function test1()
    {
    }
    public function test2()
    {
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]