Skip to content

Commit

Permalink
track the Pest helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Oct 17, 2022
1 parent 2d77cdc commit e0f2540
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/Pest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

use Astrotomic\Twemoji\HtmlReplacer;

function htmlReplacerPngParser(string $html): string
{
$htmlReplacer = (new HtmlReplacer())->png();
return $htmlReplacer->parse($html);
}

0 comments on commit e0f2540

Please sign in to comment.