Skip to content

Commit b7d4450

Browse files
author
Sunny Raj Rathod
committed
Update test-runner.php
1 parent 9edefaa commit b7d4450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testAllSampleCodes(){
4848
if ( $_SERVER['argc'] != 3 ) {
4949
die('\n Usage: phpunit test-runner.php <SampleCodeListFile>');
5050
}
51-
$file = $_SERVER['argv'][1];
51+
$file = $_SERVER['argv'][2];
5252
$data = file($file) or die('\nCould not read SampleCodeList.');
5353
foreach ($data as $line)
5454
{

0 commit comments

Comments
 (0)