You are here

public function Issue498Test::shouldBeFalseDataProvider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php \Issue498Test::shouldBeFalseDataProvider()

File

vendor/phpunit/phpunit/tests/Regression/GitHub/498/Issue498Test.php, line 35

Class

Issue498Test

Code

public function shouldBeFalseDataProvider() {
  throw new Exception("Can't create the data");
  return array(
    array(
      true,
    ),
    array(
      false,
    ),
  );
}