File "DependencySuccessTest.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/DependencySuccessTest.php
File size: 306 bytes
MIME-type: --
Charset: utf-8

<?php
class DependencySuccessTest extends PHPUnit_Framework_TestCase
{
    public function testOne()
    {
    }

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

    /**
     * @depends DependencySuccessTest::testTwo
     */
    public function testThree()
    {
    }
}