You are here

public static function DataProviderSkippedTest::providerMethod in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/DataProviderSkippedTest.php \DataProviderSkippedTest::providerMethod()

File

vendor/phpunit/phpunit/tests/_files/DataProviderSkippedTest.php, line 30

Class

DataProviderSkippedTest

Code

public static function providerMethod() {
  return array(
    array(
      0,
      0,
      0,
    ),
    array(
      0,
      1,
      1,
    ),
  );
}