Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : /home/proudlyafrican/public_html/vendor/phpunit/phpunit/tests/_files/DoubleTestCase.php

<?php
class DoubleTestCase implements PHPUnit_Framework_Test
{
    protected $testCase;

    public function __construct(PHPUnit_Framework_TestCase $testCase)
    {
        $this->testCase = $testCase;
    }

    public function count()
    {
        return 2;
    }

    public function run(PHPUnit_Framework_TestResult $result = null)
    {
        $result->startTest($this);

        $this->testCase->runBare();
        $this->testCase->runBare();

        $result->endTest($this, 0);
    }
}

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