Remove Performance.php comments
parent
077f0be6f0
commit
260969b3be
|
@ -38,9 +38,6 @@ foreach($frameworks as $framework) {
|
||||||
$start = microtime(true);
|
$start = microtime(true);
|
||||||
|
|
||||||
foreach ($testProviderArray as $idx => $testCaseFile) {
|
foreach ($testProviderArray as $idx => $testCaseFile) {
|
||||||
// if ($idx < 20) {
|
|
||||||
// continue;
|
|
||||||
// }
|
|
||||||
if (filesize($testCaseFile) > 10000) {
|
if (filesize($testCaseFile) > 10000) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -48,8 +45,6 @@ foreach($frameworks as $framework) {
|
||||||
echo "$idx\n";
|
echo "$idx\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// echo "$idx=>$testCaseFile\n";
|
|
||||||
|
|
||||||
$fileContents = file_get_contents($testCaseFile);
|
$fileContents = file_get_contents($testCaseFile);
|
||||||
|
|
||||||
$docBlockFactory = DocBlockFactory::createInstance();
|
$docBlockFactory = DocBlockFactory::createInstance();
|
||||||
|
|
Loading…
Reference in New Issue