diff --git a/src/fbt/Transform/FbtTransform/FbtUtils.php b/src/fbt/Transform/FbtTransform/FbtUtils.php index 0e34f1a..7dbb2b2 100644 --- a/src/fbt/Transform/FbtTransform/FbtUtils.php +++ b/src/fbt/Transform/FbtTransform/FbtUtils.php @@ -2,7 +2,6 @@ namespace fbt\Transform\FbtTransform; -use fbt\Exceptions\FbtException; use fbt\Exceptions\FbtParserException; use function fbt\invariant; use fbt\Runtime\fbtElement; diff --git a/tests/fbt/fbtTest.php b/tests/fbt/fbtTest.php index cd058ce..fca0925 100644 --- a/tests/fbt/fbtTest.php +++ b/tests/fbt/fbtTest.php @@ -4,7 +4,6 @@ namespace tests\fbt; -use fbt\Exceptions\FbtException; use fbt\Lib\IntlViewerContext; use fbt\Runtime\Shared\fbt; use fbt\Runtime\Shared\FbtHooks; @@ -22,7 +21,8 @@ public function testDisableTagsWithoutContent() { self::expectExceptionMessage('text cannot be null'); - self::transform(<< first test