Skip to content

Commit

Permalink
remove debug prints #109
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 8, 2016
1 parent b16dfe6 commit 061814c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions application/tests/_ci_phpunit_test/CIPHPUnitTestRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,10 @@ public function request($http_method, $argv, $params = [],

try {

echo PHP_EOL;
echo PHP_EOL;
echo PHP_EOL;
echo "=========UNIT =======".PHP_EOL;

var_dump($header);

foreach ($header as $key => $value) {
$_SERVER['HTTP_'.$key] = $value;
echo PHP_EOL. $_SERVER['HTTP_'.$key] . PHP_EOL.PHP_EOL;
}

echo "====================";
echo PHP_EOL;
echo PHP_EOL;
echo PHP_EOL;

if (is_array($argv))
{
return $this->callControllerMethod(
Expand Down

0 comments on commit 061814c

Please sign in to comment.