You are here

public function Issue498Test::shouldBeTrueDataProvider in Zircon Profile 8

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

File

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

Class

Issue498Test

Code

public function shouldBeTrueDataProvider() {

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