Skip to content

Commit

Permalink
Remove unnessessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Nov 1, 2022
1 parent 1651921 commit 1915641
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ public function testCanAddAndExecuteHooks()
$result = \ob_get_contents();
\ob_end_clean();

// var_dump($result);
$this->assertEquals('(init)-x-def-(shutdown)', $result);

// Default Params
Expand All @@ -335,7 +334,6 @@ public function testCanAddAndExecuteHooks()
$result = \ob_get_contents();
\ob_end_clean();

// var_dump($result);
$this->assertEquals('x-def', $result);
}

Expand Down Expand Up @@ -564,8 +562,6 @@ public function testMultipleAliases(string $path, string $expected): void
$result = \ob_get_contents();
\ob_end_clean();

// var_dump($result);

$this->assertEquals($expected, $result);
}
}

0 comments on commit 1915641

Please sign in to comment.