Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/498/
Upload File :
Current File : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php

<?php

class Issue498Test extends PHPUnit_Framework_TestCase
{
    /**
     * @test
     * @dataProvider shouldBeTrueDataProvider
     * @group falseOnly
     */
    public function shouldBeTrue($testData)
    {
        $this->assertTrue(true);
    }

    /**
     * @test
     * @dataProvider shouldBeFalseDataProvider
     * @group trueOnly
     */
    public function shouldBeFalse($testData)
    {
        $this->assertFalse(false);
    }

    public function shouldBeTrueDataProvider()
    {

        //throw new Exception("Can't create the data");
        return [
            [true],
            [false]
        ];
    }

    public function shouldBeFalseDataProvider()
    {
        throw new Exception("Can't create the data");

        return [
            [true],
            [false]
        ];
    }
}

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