%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/
Upload File :
Create Path :
Current File : /var/www/html/digiprint/vendor/phpunit/phpunit/tests/_files/DependencyFailureTest.php

<?php
class DependencyFailureTest extends PHPUnit_Framework_TestCase
{
    public function testOne()
    {
        $this->fail();
    }

    /**
     * @depends testOne
     */
    public function testTwo()
    {
    }

    /**
     * @depends !clone testTwo
     */
    public function testThree()
    {
    }

    /**
     * @depends clone testOne
     */
    public function testFour()
    {
    }
}

Zerion Mini Shell 1.0