%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/coding/vendor/phpunit/phpunit/tests/Regression/Trac/1021/
Upload File :
Create Path :
Current File : /var/www/html/coding/vendor/phpunit/phpunit/tests/Regression/Trac/1021/Issue1021Test.php

<?php
class Issue1021Test extends PHPUnit_Framework_TestCase
{
    /**
     * @dataProvider provider
     */
    public function testSomething($data)
    {
        $this->assertTrue($data);
    }

    /**
     * @depends testSomething
     */
    public function testSomethingElse()
    {
    }

    public function provider()
    {
        return [[true]];
    }
}

Zerion Mini Shell 1.0