Skip to content

Commit 73f1bf1

Browse files
author
Sunny Raj Rathod
committed
Update test-runner.php
1 parent 38dcfda commit 73f1bf1

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
@@ -44,7 +44,7 @@ public static function getDay(){
4444
}
4545
public function testAllSampleCodes(){
4646
$runTests = 0;
47-
echo "argc : " .$_SERVER['argc'] . "\n";
47+
4848
if ( $_SERVER['argc'] != 3 ) {
4949
die('\n Usage: phpunit test-runner.php <SampleCodeListFile>');
5050
}

0 commit comments

Comments
 (0)