芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/joolsmen.com/vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php
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] ]; } }