diff --git a/tests/fbt/fbtTest.php b/tests/fbt/fbtTest.php index 4c23092..9867cf5 100644 --- a/tests/fbt/fbtTest.php +++ b/tests/fbt/fbtTest.php @@ -781,7 +781,7 @@ public function testValuesThatLookLikeTokenPatterns() ' and ' . \fbt\fbt::param('tokenB', 'B'), 'test' - ); + ); $this->assertSame('with tokens {tokenB} and B', $fbt); }