Skip to content

Commit 08ca204

Browse files
committed
🚿 typo
1 parent 26beca1 commit 08ca204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MessageHelpersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function testDecompressContent(string $fn, string $encoding):void{
121121

122122
// https://github.com/kjdev/php-ext-brotli
123123
if($encoding === 'br' && (!extension_loaded('brotli') || !function_exists('brotli_compress'))){
124-
$this::markTestSkipped('N/A (ext-brotli not isntalled)');
124+
$this::markTestSkipped('N/A (ext-brotli not installed)');
125125
}
126126

127127
$data = str_repeat('compressed string ', 100);

0 commit comments

Comments
 (0)