You are here

public function FinderTest::getRegexNameTestData in Database Sanitize 7

File

vendor/symfony/finder/Tests/FinderTest.php, line 601

Class

FinderTest

Namespace

Symfony\Component\Finder\Tests

Code

public function getRegexNameTestData() {
  return array(
    array(
      '~.+\\.p.+~i',
    ),
    array(
      '~t.*s~i',
    ),
  );
}