public function Issue498Test::shouldBeFalseDataProvider in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php \Issue498Test::shouldBeFalseDataProvider()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 498/ Issue498Test.php, line 35
Class
Code
public function shouldBeFalseDataProvider() {
throw new Exception("Can't create the data");
return array(
array(
true,
),
array(
false,
),
);
}