Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/765/
Upload File :
Current File : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/765/Issue765Test.php

<?php
class Issue765Test extends PHPUnit_Framework_TestCase
{
    public function testDependee()
    {
        $this->assertTrue(true);
    }

    /**
     * @depends testDependee
     * @dataProvider dependentProvider
     */
    public function testDependent($a)
    {
        $this->assertTrue(true);
    }

    public function dependentProvider()
    {
        throw new Exception;
    }
}

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