%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/coding/vendor/phpunit/phpunit/tests/_files/DataProviderIssue2833/
Upload File :
Create Path :
Current File : /var/www/html/coding/vendor/phpunit/phpunit/tests/_files/DataProviderIssue2833/FirstTest.php

<?php

namespace Foo\DataProviderIssue2833;

use PHPUnit\Framework\TestCase;

class FirstTest extends TestCase
{
    /**
     * @dataProvider provide
     */
    public function testFirst($x)
    {
        $this->assertTrue(true);
    }

    public function provide()
    {
        SecondTest::DUMMY;

        return [[true]];
    }
}

Zerion Mini Shell 1.0