Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/DebugTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ public function testXdebugEnabledAndNonCliSapiDoesNotEscapeSpecialChars()

public function testDebugHaveEscaper()
{
Debug::setSapi('apache');

$escaper = new Escaper;
Debug::setEscaper($escaper);

Expand Down

0 comments on commit 314c034

Please sign in to comment.