Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : /home/proudlyafrican/public_html/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]
        ];
    }
}

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