Skip to content

Commit 0c9c878

Browse files
author
Stoyan Stefanov
committedJul 18, 2022
composer settings and whitespce
1 parent 4436d74 commit 0c9c878

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+226
-241
lines changed
 

‎bulktest/gethar.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
$testCount++;
1919
}
2020
}
21-
21+
2222
if ($testCount) {
2323
echo "Retrieving HAR files for $testCount tests...\r\n";
24-
24+
2525
if (!is_dir('./har')) {
2626
mkdir('./har');
2727
}
@@ -70,6 +70,6 @@ function BuildFileName($url)
7070
$file = str_ireplace('/', '_', $file);
7171
$file = str_ireplace('\\', '_', $file);
7272
$file = str_ireplace('%', '_', $file);
73-
73+
7474
return $file;
7575
}

‎bulktest/resubmit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
// store the results
4747
StoreResults($res);
48-
48+
4949
// now run the normal submit code
5050
include './submit.php';
5151
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.