Skip to content

Commit 7682f84

Browse files
authored
Merge pull request #2742 from samsonasik/rem-var-dump-require-commented
remove commented require_once and var_dump
2 parents 940ddac + 5241ff4 commit 7682f84

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

tests/_support/Controllers/Popcorn.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function index3()
5151
'lang' => $this->request->getLocale(),
5252
]);
5353

54-
// echo var_dump($this->response->getBody());
5554
return $response;
5655
}
5756

tests/system/Config/DotEnvTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
use org\bovigo\vfs\vfsStream;
55

6-
//require_once 'system/Benchmark/Timer.php';
7-
86
/**
97
* @backupGlobals enabled
108
*/

tests/system/HTTP/CLIRequestTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ public function testFetchGlobalWithEmptyNotation()
478478
];
479479
$this->request->setGlobal('post', $post);
480480

481-
// echo var_dump($this->request->fetchGlobal('post', 'clients[][zipcode]'));
482481
$this->assertEquals($expected, $this->request->fetchGlobal('post', 'clients[]'));
483482
}
484483

tests/system/HTTP/RequestTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ public function testFetchGlobalWithEmptyNotation()
285285
];
286286
$this->request->setGlobal('post', $post);
287287

288-
// echo var_dump($this->request->fetchGlobal('post', 'clients[][zipcode]'));
289288
$this->assertEquals($expected, $this->request->fetchGlobal('post', 'clients[]'));
290289
}
291290

0 commit comments

Comments
 (0)