Searched refs:chunksPerTest (Results 1 – 2 of 2) sorted by relevance
6 protected static function getTests($directory, $fileExtension, $chunksPerTest = 2) { argument10 list($name, $tests) = $parser->parseTest($fileContents, $chunksPerTest);
6 public function parseTest($code, $chunksPerTest) { argument25 $chunks = array_chunk($parts, $chunksPerTest);
Completed in 3 milliseconds