Skip to content

Commit

Permalink
Merge pull request hvudeshi#17 from hvudeshi/het#1
Browse files Browse the repository at this point in the history
updated test.php
  • Loading branch information
het-patel99 authored Nov 3, 2021
2 parents 45a6aaf + ed851a7 commit ba5d373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Web_app/test.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
ob_start();
require 'sendData.php';
$results = executer("Harish Chandra", "[email protected]", 1, "Harshil_Shah_Resume.pdf");
$results = executer("Hardik", "[email protected]", "Hardik", 1, "Hardik_Udeshi_Resume.pdf");
ob_end_clean();
if($results["resume"]==1){
$message2 = "Resume test cases passed successfully.";
Expand Down

0 comments on commit ba5d373

Please sign in to comment.